Forráskód Böngészése

教育、演练计划完善

jiawuxian 1 éve
szülő
commit
06d689ed3e

+ 1 - 1
src/views/core/drill/plan/index.vue

@@ -653,7 +653,7 @@ export default {
         /*if (this.form.standard==1){
           return this.form.planCycle != 0&&this.form.issue == 0
         }*/
-        return this.form.planStatus == 0;
+        return this.form.planStatus == 0 && this.form.planCycle != 0;
       }
     },
     /** 查询机构树数据 */

+ 1 - 1
src/views/core/edu/plan/index.vue

@@ -669,7 +669,7 @@ export default {
         /*if (this.form.standard==1){
           return this.form.planCycle != 0&&this.form.issue == 0
         }*/
-        return this.form.planStatus == 0;
+        return this.form.planStatus == 0 && this.form.planCycle != 0;
       }
     },
     /** 查询教育培训计划列表 */