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