From 719f68ee46a1b6981c2a58e71a4284017e99c68b Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 22 Jan 2025 12:16:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=8F=96=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/modules/taskmanage/CarryPoint.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/pages/modules/taskmanage/CarryPoint.vue b/src/pages/modules/taskmanage/CarryPoint.vue index 03eae98..9b7992f 100644 --- a/src/pages/modules/taskmanage/CarryPoint.vue +++ b/src/pages/modules/taskmanage/CarryPoint.vue @@ -15,7 +15,8 @@
@@ -187,10 +188,10 @@ export default { }, async _deleteSingleTask () { this.disabled = true - if (!this.pkId || !this.active) { - this.disabled = false - return - } + // if (!this.pkId || !this.active) { + // this.disabled = false + // return + // } try { let res = await deleteSingleTask(this.pkId) if (this.timer) {