This commit is contained in:
2025-07-09 15:09:07 +08:00
parent 10d36c78b6
commit c4d815cef1
35 changed files with 342 additions and 161 deletions

View File

@@ -108,8 +108,8 @@
async _iosOutgetVehicleMaterial (e) {
try {
let res = await iosOutgetVehicleMaterial(e)
if (res) {
this.currentData = res
if (res.code === '200') {
this.currentData = res.data[0]
} else {
this.currentData = {}
}
@@ -127,13 +127,13 @@
let res = await confirm(this.currentData.group_id, this.val1, type)
if (res.code === '200') {
uni.showToast({
title: res.msg,
title: res.message,
icon: 'none'
})
this.clearUp()
} else {
uni.showToast({
title: res.msg,
title: res.message,
icon: 'none'
})
this.disabled = false