|
@@ -374,6 +374,7 @@ export default {
|
|
|
return {
|
|
|
userName: this.screenForm.name,
|
|
|
roleId: this.screenForm.roleId,
|
|
|
+ isMaster:true
|
|
|
};
|
|
|
},
|
|
|
},
|
|
@@ -497,6 +498,7 @@ export default {
|
|
|
: "",
|
|
|
userName: this.screenForm.name,
|
|
|
roleId: this.screenForm.roleId,
|
|
|
+ isMaster:true
|
|
|
};
|
|
|
|
|
|
getAccountList(params).then((res) => {
|