只能扫一次问题清空

This commit is contained in:
2023-02-10 16:10:18 +08:00
parent 7dae3e2b7a
commit 8cf780da10

View File

@@ -111,7 +111,6 @@
data() {
return {
modelShow: false,
rkvalue: '222',
value: '1',
val0: '',
val1: '',
@@ -188,6 +187,12 @@
let res = await checkexception(this.checkArr, this.checkCode)
this.disabled1 = false
this.checkArr = []
this.dataList = []
this.obj = {}
this.val0 = ''
this.val1 = ''
this.val2 = ''
this.val3 = ''
this._checkQueryDtl()
uni.showToast({
title: res.message,
@@ -203,6 +208,12 @@
let res = await checknormal(this.checkArr, this.checkCode)
this.disabled1 = false
this.checkArr = []
this.dataList = []
this.obj = {}
this.val0 = ''
this.val1 = ''
this.val2 = ''
this.val3 = ''
this._checkQueryDtl()
uni.showToast({
title: res.message,