This commit is contained in:
2023-02-25 16:30:45 +08:00
parent 799102bfb8
commit 11262cd6ea
4 changed files with 18 additions and 6 deletions

View File

@@ -108,7 +108,10 @@
try {
let res = await stConfirm(this.dataList, this.val2, '1', this.isV, '', this.val1)
this.disabled = false
this._boxQuery(this.val1)
// this._boxQuery(this.val1)
this.val1 = ''
this.val2 = ''
this.isV = '0'
uni.showToast({
title: res.message,
icon: 'none'