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