buli
2023-05-23 07390e2fcb4adf27c928335bf27ae7939c5a80ad
force-app/main/default/lwc/lexSendQIS/lexSendQIS.js
@@ -51,7 +51,7 @@
                        this.dispatchEvent(new CloseActionScreenEvent());
                        return;
                }
                console.log('this.ProfileName='+this.ProfileName);
                if (!(this.ProfileName == '系统管理员' || this.ProfileName == '2F4_技术推进部' || this.ProfileName == '2F1_服务窗口')) {
                   const evt = new ShowToastEvent({
                            title : '没有权限提交,请联系系统管理员',