From c2298a79b6e9ab1a5f00419fa3f24d7934d109a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?= <8702040+cai-ling@user.noreply.gitee.com> Date: Mon, 21 Oct 2024 17:53:59 +0800 Subject: [PATCH] no message --- src/pages/modules/taskmanage/CarryPoint.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)