diff --git a/src/pages/modules/taskmanage/CarryPoint.vue b/src/pages/modules/taskmanage/CarryPoint.vue index cf26471..4649520 100644 --- a/src/pages/modules/taskmanage/CarryPoint.vue +++ b/src/pages/modules/taskmanage/CarryPoint.vue @@ -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)