This commit is contained in:
2022-12-16 16:53:30 +08:00
parent 67bd28c095
commit 800fde6610

View File

@@ -208,6 +208,9 @@
let res = await casingConfirm(this.checkArr, this.val2, this.val1) let res = await casingConfirm(this.checkArr, this.val2, this.val1)
this.disabled = false this.disabled = false
this.checkArr = [] this.checkArr = []
this.val1 = ''
this.val2 = ''
this.val4 = ''
this.searchList() this.searchList()
uni.showToast({ uni.showToast({
title: res.message, title: res.message,