mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-19 03:26:32 +08:00
commit:更新前端版本到1.9
This commit is contained in:
@@ -106,7 +106,7 @@ export default {
|
||||
}
|
||||
|
||||
let params = {
|
||||
sysUser: {
|
||||
sysUserDto: {
|
||||
userId: this.formData.userId,
|
||||
loginName: this.formData.loginName,
|
||||
password: this.formData.password,
|
||||
@@ -153,7 +153,7 @@ export default {
|
||||
},
|
||||
mounted () {
|
||||
if (this.rowData != null) {
|
||||
this.formData = {...this.rowData, dataPermIdList: [], roleIdList: []};
|
||||
this.formData = {...this.rowData, roleIdList: []};
|
||||
if (Array.isArray(this.formData.sysUserRoleList)) {
|
||||
this.formData.roleIdList = this.formData.sysUserRoleList.map(item => item.roleId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user