This commit is contained in:
2025-04-27 13:59:26 +08:00
parent 87e7e5cd39
commit d701689973
2 changed files with 8 additions and 10 deletions

View File

@@ -90,14 +90,12 @@
async _fillUpEmpty (e) {
try {
let res = await fillUpEmpty(e)
if (res) {
this.disabled = false
this._getLlddw()
uni.showToast({
title: res.message,
icon: 'none'
})
}
this.disabled = false
this._getLlddw()
uni.showToast({
title: '操作成功',
icon: 'none'
})
} catch (e) {
this.disabled = false
}