Bläddra i källkod

教育、演练计划完善

jiawuxian 1 år sedan
förälder
incheckning
06d689ed3e
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      src/views/core/drill/plan/index.vue
  2. 1 1
      src/views/core/edu/plan/index.vue

+ 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;
       }
     },
     /** 查询教育培训计划列表 */