no message
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user