diff --git a/src/pages/modules/taskmanage/CarryPoint.vue b/src/pages/modules/taskmanage/CarryPoint.vue index bb73244..26ca8f6 100644 --- a/src/pages/modules/taskmanage/CarryPoint.vue +++ b/src/pages/modules/taskmanage/CarryPoint.vue @@ -261,9 +261,7 @@ export default { this.selectObj = e }, toSure (pcode, type) { - if (this.selectObj.point_code) { - this.confirmPoint(pcode, type) - } + this.confirmPoint(pcode, type) }, toClear () { this.selectObj = {}