只能扫一次问题清空
This commit is contained in:
@@ -111,7 +111,6 @@
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
modelShow: false,
|
modelShow: false,
|
||||||
rkvalue: '222',
|
|
||||||
value: '1',
|
value: '1',
|
||||||
val0: '',
|
val0: '',
|
||||||
val1: '',
|
val1: '',
|
||||||
@@ -188,6 +187,12 @@
|
|||||||
let res = await checkexception(this.checkArr, this.checkCode)
|
let res = await checkexception(this.checkArr, this.checkCode)
|
||||||
this.disabled1 = false
|
this.disabled1 = false
|
||||||
this.checkArr = []
|
this.checkArr = []
|
||||||
|
this.dataList = []
|
||||||
|
this.obj = {}
|
||||||
|
this.val0 = ''
|
||||||
|
this.val1 = ''
|
||||||
|
this.val2 = ''
|
||||||
|
this.val3 = ''
|
||||||
this._checkQueryDtl()
|
this._checkQueryDtl()
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.message,
|
title: res.message,
|
||||||
@@ -203,6 +208,12 @@
|
|||||||
let res = await checknormal(this.checkArr, this.checkCode)
|
let res = await checknormal(this.checkArr, this.checkCode)
|
||||||
this.disabled1 = false
|
this.disabled1 = false
|
||||||
this.checkArr = []
|
this.checkArr = []
|
||||||
|
this.dataList = []
|
||||||
|
this.obj = {}
|
||||||
|
this.val0 = ''
|
||||||
|
this.val1 = ''
|
||||||
|
this.val2 = ''
|
||||||
|
this.val3 = ''
|
||||||
this._checkQueryDtl()
|
this._checkQueryDtl()
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.message,
|
title: res.message,
|
||||||
|
|||||||
Reference in New Issue
Block a user