@@ -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;
}