|
|
@@ -348,11 +348,12 @@ const defaultSendEmail = ['6','1','7','8','16','3','17','27','28']
|
|
|
}
|
|
|
this.otherPerson = []
|
|
|
if(this.$permission.FunPermissions('xiaoshi/sendEmail')){
|
|
|
- if(defaultSendEmail.indexOf(type.flowType+'')!=-1){
|
|
|
- this.$set(this.form,'ifSendEmail',true)
|
|
|
- }else{
|
|
|
- this.$set(this.form,'ifSendEmail',false)
|
|
|
- }
|
|
|
+ this.$set(this.form,'ifSendEmail',true)
|
|
|
+ // if(defaultSendEmail.indexOf(type.flowType+'')!=-1){
|
|
|
+ // this.$set(this.form,'ifSendEmail',true)
|
|
|
+ // }else{
|
|
|
+ // this.$set(this.form,'ifSendEmail',false)
|
|
|
+ // }
|
|
|
this.getSendEmailPerson()
|
|
|
}
|
|
|
this.showDialog=true
|