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) {