From b26eb66ccd51618db163cf85c3c69636acb04736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Sat, 19 Mar 2022 23:09:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/core/xmProject/XmProjectEdit.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/views/xm/core/xmProject/XmProjectEdit.vue b/src/views/xm/core/xmProject/XmProjectEdit.vue index d1fdcc29..465071f6 100644 --- a/src/views/xm/core/xmProject/XmProjectEdit.vue +++ b/src/views/xm/core/xmProject/XmProjectEdit.vue @@ -570,11 +570,7 @@ var msg=msgFields.join(","); return msg; }, - sendToProcessApprova:function(row,bizKey){ - if(!this.roles.some(i=>i.roleid=='projectAdmin')){ - this.$notify({showClose: true, message: "只有项目经理可以发起流程", type: 'error' }); - return; - } + sendToProcessApprova:function(row,bizKey){ // 传过来的参数格式 if(row.flowState=='1'){ this.$notify.error("审核中,不允许重复发审");