This commit is contained in:
2023-08-31 10:33:12 +08:00
parent 931a8a10c9
commit f2ea1ebea1
2 changed files with 16 additions and 2 deletions

View File

@@ -109,6 +109,7 @@
this.net_weight_num = res.net_weight_num
},
async _virtualoutConfirm () {
this.focusedStatus = false
if (!this.dataList.length) {
return
}
@@ -118,12 +119,12 @@
this.disabled1 = false
this.val1 = ''
this.val2 = ''
this.focusedStatus = true
this._virtualivtQuery()
uni.showToast({
title: res.message,
icon: 'none'
})
this.focusedStatus = true
} catch (e) {
this.disabled1 = false
}