no message

This commit is contained in:
蔡玲
2024-10-21 17:53:59 +08:00
parent daaadb6e9a
commit c2298a79b6

View File

@@ -80,7 +80,6 @@ export default {
el.checked = true el.checked = true
}) })
} else { } else {
this.pkId = ''
this.active = false this.active = false
this.dataList.map(el => { this.dataList.map(el => {
el.checked = false el.checked = false
@@ -102,6 +101,7 @@ export default {
clearInterval(this.timer) clearInterval(this.timer)
} }
this.toast(res.desc) this.toast(res.desc)
this.pkId = ''
setTimeout(() => { setTimeout(() => {
this.refresh() this.refresh()
}, 1000) }, 1000)
@@ -122,6 +122,7 @@ export default {
clearInterval(this.timer) clearInterval(this.timer)
} }
this.toast(res.desc) this.toast(res.desc)
this.pkId = ''
setTimeout(() => { setTimeout(() => {
this.refresh() this.refresh()
}, 1000) }, 1000)