系统相关角色编辑修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a3c5a23e1e
commit
6e72825dff
|
@ -346,7 +346,9 @@ export default {
|
|||
mounted() {
|
||||
this.initForm();
|
||||
if (this.systemLevel) {
|
||||
this.form.ToUserTypeList = [];
|
||||
if (this.systemLevel === 1) {
|
||||
this.form.ToUserTypeList = [];
|
||||
}
|
||||
this.form.CopyUserTypeList = [];
|
||||
this.form.EmailUrgentEnum = "3";
|
||||
this.form.IsReturnRequired = false;
|
||||
|
|
Loading…
Reference in New Issue