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