This commit is contained in:
2025-09-15 08:50:44 +08:00
parent 6b3b795151
commit a1dc1deb9f
8 changed files with 29 additions and 20 deletions

View File

@@ -243,13 +243,11 @@
try {
let res = await blanking(this.val1, this.dataList, this.index)
if (res.code === '200') {
this.val1 = ''
this.index = ''
this.dataList = []
uni.showToast({
title: res.message,
icon: 'none'
})
this.clearUp()
} else {
uni.showToast({
title: res.message,