Browse Source

审核

master
陈裕财 4 years ago
parent
commit
b26eb66ccd
  1. 4
      src/views/xm/core/xmProject/XmProjectEdit.vue

4
src/views/xm/core/xmProject/XmProjectEdit.vue

@ -571,10 +571,6 @@
return msg;
},
sendToProcessApprova:function(row,bizKey){
if(!this.roles.some(i=>i.roleid=='projectAdmin')){
this.$notify({showClose: true, message: "只有项目经理可以发起流程", type: 'error' });
return;
}
//
if(row.flowState=='1'){
this.$notify.error("审核中,不允许重复发审");

Loading…
Cancel
Save