From ba4599e9f77e1d1cbcc39076f57b0f02ce27c0ef Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Thu, 23 Jan 2025 14:58:56 +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, 5 insertions(+), 6 deletions(-) diff --git a/src/pages/modules/taskmanage/CarryPoint.vue b/src/pages/modules/taskmanage/CarryPoint.vue index 9b7992f..03eae98 100644 --- a/src/pages/modules/taskmanage/CarryPoint.vue +++ b/src/pages/modules/taskmanage/CarryPoint.vue @@ -15,8 +15,7 @@
- - +
@@ -188,10 +187,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) {