只能扫一次问题清空
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user