luojun 2 rokov pred
rodič
commit
5533e3270a
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/views/resumption/plan/index.vue

+ 1 - 1
src/views/resumption/plan/index.vue

@@ -453,7 +453,7 @@ export default {
       return false;
     },
     newcheckCanPublish(row){
-      if (row.planStatus==2&& row.parentId != -1&& row.planOfOrgType ==1) {
+      if ((row.planOfOrgType==3&&row.planStatus!=1)||(row.planStatus==2&& row.parentId != -1&& row.planOfOrgType ==1)) {
         return true;
       }
       return false;