|
@@ -1,7 +1,7 @@
|
|
<!--
|
|
<!--
|
|
* @Author: Badguy
|
|
* @Author: Badguy
|
|
* @Date: 2022-02-15 11:37:42
|
|
* @Date: 2022-02-15 11:37:42
|
|
- * @LastEditTime: 2022-02-17 17:59:58
|
|
|
|
|
|
+ * @LastEditTime: 2022-02-18 19:54:41
|
|
* @LastEditors: your name
|
|
* @LastEditors: your name
|
|
* @Description: 编辑账号
|
|
* @Description: 编辑账号
|
|
* have a nice day!
|
|
* have a nice day!
|
|
@@ -37,8 +37,10 @@
|
|
<div class="title-content">
|
|
<div class="title-content">
|
|
<el-form
|
|
<el-form
|
|
ref="accountForm"
|
|
ref="accountForm"
|
|
- :model="accountForm"
|
|
|
|
label-width="80px"
|
|
label-width="80px"
|
|
|
|
+ :inline="true"
|
|
|
|
+ :model="accountForm"
|
|
|
|
+ :rules="formRules"
|
|
>
|
|
>
|
|
<el-row :gutter="40">
|
|
<el-row :gutter="40">
|
|
<el-col :span="5">
|
|
<el-col :span="5">
|
|
@@ -63,12 +65,12 @@
|
|
v-model="accountForm.pwd"
|
|
v-model="accountForm.pwd"
|
|
placeholder="*******"
|
|
placeholder="*******"
|
|
size="small"
|
|
size="small"
|
|
|
|
+ disabled
|
|
/>
|
|
/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="2">
|
|
<el-col :span="2">
|
|
<button
|
|
<button
|
|
- type="reset"
|
|
|
|
class="btn-reset-pwd"
|
|
class="btn-reset-pwd"
|
|
@click="resetPwd"
|
|
@click="resetPwd"
|
|
>重置密码</button>
|
|
>重置密码</button>
|
|
@@ -98,26 +100,28 @@
|
|
:gutter="24"
|
|
:gutter="24"
|
|
>
|
|
>
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
- <div class="content-card content-card-large">
|
|
|
|
|
|
+ <div class="content-card content-card-lg">
|
|
<PermissionTree
|
|
<PermissionTree
|
|
title="权限树"
|
|
title="权限树"
|
|
- query-type="all"
|
|
|
|
- :query-id="permissionTreeQueryId"
|
|
|
|
|
|
+ :query-type="queryType"
|
|
:checked-keys="permissionTreeChckedKeys"
|
|
:checked-keys="permissionTreeChckedKeys"
|
|
@getTreeData="getPermissionTreeChecked"
|
|
@getTreeData="getPermissionTreeChecked"
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
- <div class="content-card content-card-large">
|
|
|
|
|
|
+ <div class="content-card content-card-lg">
|
|
<RulesOfCompetency
|
|
<RulesOfCompetency
|
|
title="权限规则"
|
|
title="权限规则"
|
|
|
|
+ margin-b="20px"
|
|
|
|
+ :auth-list="authList"
|
|
|
|
+ :auth-to="authTo"
|
|
@getData="getRulesOfCompetency"
|
|
@getData="getRulesOfCompetency"
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
- <div class="content-card content-card-large">
|
|
|
|
|
|
+ <div class="content-card content-card-lg">
|
|
<LoginPolicy
|
|
<LoginPolicy
|
|
:checked-list="loginPolicyCheckedList"
|
|
:checked-list="loginPolicyCheckedList"
|
|
@getCheckedList="getLoginPolicyChecked"
|
|
@getCheckedList="getLoginPolicyChecked"
|
|
@@ -131,31 +135,33 @@
|
|
:gutter="24"
|
|
:gutter="24"
|
|
>
|
|
>
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
- <div class="content-card content-card-large">
|
|
|
|
|
|
+ <div class="content-card content-card-xl">
|
|
<AccountGroupTree
|
|
<AccountGroupTree
|
|
title="所属账号组"
|
|
title="所属账号组"
|
|
nodekey="GroupId"
|
|
nodekey="GroupId"
|
|
|
|
+ :type="false"
|
|
:default-props="accountGroupTreeProps"
|
|
:default-props="accountGroupTreeProps"
|
|
- :checked-id-list="accountGroupTreeCheckedList"
|
|
|
|
|
|
+ :checked-keys="accountGroupTreeCheckedList"
|
|
@getTreeData="getAccountGroupChecked"
|
|
@getTreeData="getAccountGroupChecked"
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
- <div class="content-card content-card-large">
|
|
|
|
|
|
+ <div class="content-card content-card-xl">
|
|
<RoleList
|
|
<RoleList
|
|
title="角色列表"
|
|
title="角色列表"
|
|
:role-type="roleType"
|
|
:role-type="roleType"
|
|
- :group-ids="accountGroupTreeCheckedList"
|
|
|
|
|
|
+ :group-ids="accountGroupTreeCheckedTemp"
|
|
:check-box-list="roleListCheckedList"
|
|
:check-box-list="roleListCheckedList"
|
|
:number="8"
|
|
:number="8"
|
|
|
|
+ :active="true"
|
|
@checkChange="getRoleListChecked"
|
|
@checkChange="getRoleListChecked"
|
|
@checkClick="selectRole"
|
|
@checkClick="selectRole"
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
- <div class="content-card content-card-medium">
|
|
|
|
|
|
+ <div class="content-card content-card-sm">
|
|
<PermissionList
|
|
<PermissionList
|
|
title="权限列表"
|
|
title="权限列表"
|
|
class="permission-list"
|
|
class="permission-list"
|
|
@@ -164,7 +170,7 @@
|
|
@Competen="Competen"
|
|
@Competen="Competen"
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
- <div class="content-card content-card-small">
|
|
|
|
|
|
+ <div class="content-card content-card-xs">
|
|
<LoginPolicy
|
|
<LoginPolicy
|
|
:checked-list="loginPolicyCheckedList"
|
|
:checked-list="loginPolicyCheckedList"
|
|
@getCheckedList="getLoginPolicyChecked"
|
|
@getCheckedList="getLoginPolicyChecked"
|
|
@@ -178,36 +184,39 @@
|
|
:gutter="24"
|
|
:gutter="24"
|
|
>
|
|
>
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
- <div class="content-card content-card-large">
|
|
|
|
|
|
+ <div class="content-card content-card-xxl">
|
|
<AccountGroupTree
|
|
<AccountGroupTree
|
|
title="所属账号组"
|
|
title="所属账号组"
|
|
nodekey="GroupId"
|
|
nodekey="GroupId"
|
|
|
|
+ :type="false"
|
|
:default-props="accountGroupTreeProps"
|
|
:default-props="accountGroupTreeProps"
|
|
- :checked-id-list="accountGroupTreeCheckedList"
|
|
|
|
|
|
+ :checked-keys="accountGroupTreeCheckedList"
|
|
@getTreeData="getAccountGroupChecked"
|
|
@getTreeData="getAccountGroupChecked"
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
- <div class="content-card content-card-large">
|
|
|
|
|
|
+ <div class="content-card content-card-xxl">
|
|
<PermissionTree
|
|
<PermissionTree
|
|
title="权限树"
|
|
title="权限树"
|
|
- query-type="group"
|
|
|
|
- :query-id="permissionTreeQueryId"
|
|
|
|
|
|
+ :query-type="queryType"
|
|
|
|
+ :query-ids="accountGroupTreeCheckedTemp"
|
|
:checked-keys="permissionTreeChckedKeys"
|
|
:checked-keys="permissionTreeChckedKeys"
|
|
@getTreeData="getPermissionTreeChecked"
|
|
@getTreeData="getPermissionTreeChecked"
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
- <div class="content-card content-card-medium">
|
|
|
|
|
|
+ <div class="content-card content-card-md">
|
|
<RulesOfCompetency
|
|
<RulesOfCompetency
|
|
title="权限规则"
|
|
title="权限规则"
|
|
|
|
+ margin-b="20px"
|
|
|
|
+ :auth-list="authList"
|
|
|
|
+ :auth-to="authTo"
|
|
@getData="getRulesOfCompetency"
|
|
@getData="getRulesOfCompetency"
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
- <div class="content-card content-card-small">
|
|
|
|
|
|
+ <div class="content-card content-card-xs">
|
|
<LoginPolicy
|
|
<LoginPolicy
|
|
:checked-list="loginPolicyCheckedList"
|
|
:checked-list="loginPolicyCheckedList"
|
|
@getCheckedList="getLoginPolicyChecked"
|
|
@getCheckedList="getLoginPolicyChecked"
|
|
@@ -221,19 +230,20 @@
|
|
:gutter="24"
|
|
:gutter="24"
|
|
>
|
|
>
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
- <div class="content-card content-card-large">
|
|
|
|
|
|
+ <div class="content-card content-card-lg">
|
|
<RoleList
|
|
<RoleList
|
|
title="角色列表"
|
|
title="角色列表"
|
|
:role-type="roleType"
|
|
:role-type="roleType"
|
|
:check-box-list="roleListCheckedList"
|
|
:check-box-list="roleListCheckedList"
|
|
:number="8"
|
|
:number="8"
|
|
- @check-change="getRoleListChecked"
|
|
|
|
|
|
+ :active="true"
|
|
|
|
+ @checkChange="getRoleListChecked"
|
|
@checkClick="selectRole"
|
|
@checkClick="selectRole"
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
- <div class="content-card content-card-large">
|
|
|
|
|
|
+ <div class="content-card content-card-lg">
|
|
<PermissionList
|
|
<PermissionList
|
|
title="权限列表"
|
|
title="权限列表"
|
|
:role-list="permissionList"
|
|
:role-list="permissionList"
|
|
@@ -244,7 +254,7 @@
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
- <div class="content-card content-card-large">
|
|
|
|
|
|
+ <div class="content-card content-card-lg">
|
|
<LoginPolicy
|
|
<LoginPolicy
|
|
:checked-list="loginPolicyCheckedList"
|
|
:checked-list="loginPolicyCheckedList"
|
|
@getCheckedList="getLoginPolicyChecked"
|
|
@getCheckedList="getLoginPolicyChecked"
|
|
@@ -281,7 +291,7 @@ import PermissionList from '@/components/permissionlist/index.vue'
|
|
|
|
|
|
import { RoleAuths } from '@/api/apiAuthority'
|
|
import { RoleAuths } from '@/api/apiAuthority'
|
|
import { getAccountDetails, editAccount, addAccount } from '@/api/Account.js'
|
|
import { getAccountDetails, editAccount, addAccount } from '@/api/Account.js'
|
|
-import { generatePassword } from '@/utils/pwdRules'
|
|
|
|
|
|
+import { pwdProduce } from '@/utils/validate'
|
|
import { mapGetters } from 'vuex'
|
|
import { mapGetters } from 'vuex'
|
|
|
|
|
|
export default {
|
|
export default {
|
|
@@ -303,21 +313,23 @@ export default {
|
|
pwdStruc: '',
|
|
pwdStruc: '',
|
|
pwdLengthBegin: 0,
|
|
pwdLengthBegin: 0,
|
|
pwdLengthEnd: 0,
|
|
pwdLengthEnd: 0,
|
|
- permissionTreeQueryId: '',
|
|
|
|
|
|
+ authTo: {},
|
|
|
|
+ authList: [],
|
|
permissionTreeChckedKeys: [], // 权限树初始勾选项
|
|
permissionTreeChckedKeys: [], // 权限树初始勾选项
|
|
permissionTreeChckedTemp: [], // 权限树当前勾选项
|
|
permissionTreeChckedTemp: [], // 权限树当前勾选项
|
|
rulesOfCompetency: null, // 当前编辑的权限规则
|
|
rulesOfCompetency: null, // 当前编辑的权限规则
|
|
loginPolicyCheckedList: [], // 登录策略初始勾选项
|
|
loginPolicyCheckedList: [], // 登录策略初始勾选项
|
|
loginPolicyCheckedTemp: [], // 登录策略当前勾选项
|
|
loginPolicyCheckedTemp: [], // 登录策略当前勾选项
|
|
accountGroupTreeCheckedList: [], // 账号组树初始勾选项
|
|
accountGroupTreeCheckedList: [], // 账号组树初始勾选项
|
|
- accountGroupTreeCheckedTemp: [], // 账号组树当前勾选项
|
|
|
|
|
|
+ accountGroupTreeCheckedTemp: [-1], // 账号组树当前勾选项
|
|
roleListCheckedList: [], // 角色列表初始勾选项
|
|
roleListCheckedList: [], // 角色列表初始勾选项
|
|
roleListCheckedTemp: [], // 角色列表当前勾选项
|
|
roleListCheckedTemp: [], // 角色列表当前勾选项
|
|
roleType: '',
|
|
roleType: '',
|
|
permissionList: [],
|
|
permissionList: [],
|
|
currentSelectedRoleId: 0,
|
|
currentSelectedRoleId: 0,
|
|
|
|
+ queryType: '',
|
|
// dialogVisible: false,
|
|
// dialogVisible: false,
|
|
- pwdRules: {
|
|
|
|
|
|
+ formRules: {
|
|
UserName: [
|
|
UserName: [
|
|
{ required: true, message: '请输入账号名称', trigger: 'blur' },
|
|
{ required: true, message: '请输入账号名称', trigger: 'blur' },
|
|
{ min: 1, max: 32, message: '长度在 1到 32 个字符', trigger: 'blur' }
|
|
{ min: 1, max: 32, message: '长度在 1到 32 个字符', trigger: 'blur' }
|
|
@@ -341,7 +353,7 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|
|
- ...mapGetters(['systemSet', 'authArrs']),
|
|
|
|
|
|
+ ...mapGetters(['systemSet']),
|
|
pageTitle() {
|
|
pageTitle() {
|
|
return this.doesAccountExist ? '编辑账号' : '新增账号'
|
|
return this.doesAccountExist ? '编辑账号' : '新增账号'
|
|
}
|
|
}
|
|
@@ -354,13 +366,14 @@ export default {
|
|
} else {
|
|
} else {
|
|
obj = this.systemSet
|
|
obj = this.systemSet
|
|
}
|
|
}
|
|
- // console.log(obj)
|
|
|
|
|
|
+ console.log(obj)
|
|
const { OpenRole, OpenGroup, PwdStruc, PwdLengthBegin, PwdLengthEnd } = obj
|
|
const { OpenRole, OpenGroup, PwdStruc, PwdLengthBegin, PwdLengthEnd } = obj
|
|
this.openRole = OpenRole
|
|
this.openRole = OpenRole
|
|
this.openGroup = OpenGroup
|
|
this.openGroup = OpenGroup
|
|
this.pwdStruc = PwdStruc
|
|
this.pwdStruc = PwdStruc
|
|
this.pwdLengthBegin = PwdLengthBegin
|
|
this.pwdLengthBegin = PwdLengthBegin
|
|
this.pwdLengthEnd = PwdLengthEnd
|
|
this.pwdLengthEnd = PwdLengthEnd
|
|
|
|
+ this.queryType = OpenGroup ? 'group' : 'all'
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
this.openRole && (this.roleType = this.openGroup ? 'roleByUpId' : 'onlyRole')
|
|
this.openRole && (this.roleType = this.openGroup ? 'roleByUpId' : 'onlyRole')
|
|
@@ -382,30 +395,34 @@ export default {
|
|
const { UserDesc, UserName, GroupList, TacList, AuthList, RoleList } = res.returnData
|
|
const { UserDesc, UserName, GroupList, TacList, AuthList, RoleList } = res.returnData
|
|
this.accountForm.name = UserName
|
|
this.accountForm.name = UserName
|
|
this.accountForm.desc = UserDesc
|
|
this.accountForm.desc = UserDesc
|
|
- this.accountGroupTreeCheckedList = GroupList
|
|
|
|
- this.loginPolicyCheckedList = TacList
|
|
|
|
- this.$store.state.auth.authList = AuthList
|
|
|
|
|
|
+ // this.$store.state.auth.authList = AuthList
|
|
|
|
|
|
AuthList &&
|
|
AuthList &&
|
|
AuthList.length &&
|
|
AuthList.length &&
|
|
- AuthList.forEach(auth => {
|
|
|
|
|
|
+ (AuthList.forEach(auth => {
|
|
this.permissionTreeChckedKeys.push(auth.AuthId)
|
|
this.permissionTreeChckedKeys.push(auth.AuthId)
|
|
- })
|
|
|
|
|
|
+ }),
|
|
|
|
+ (this.authTo = AuthList[0]),
|
|
|
|
+ (this.authList = this._.cloneDeep(AuthList)))
|
|
|
|
+ this.permissionTreeChckedTemp = this.permissionTreeChckedKeys
|
|
GroupList &&
|
|
GroupList &&
|
|
GroupList.length &&
|
|
GroupList.length &&
|
|
GroupList.forEach(group => {
|
|
GroupList.forEach(group => {
|
|
this.accountGroupTreeCheckedList.push(group.GroupId)
|
|
this.accountGroupTreeCheckedList.push(group.GroupId)
|
|
})
|
|
})
|
|
|
|
+ this.accountGroupTreeCheckedTemp = this.accountGroupTreeCheckedList
|
|
RoleList &&
|
|
RoleList &&
|
|
RoleList.length &&
|
|
RoleList.length &&
|
|
RoleList.forEach(role => {
|
|
RoleList.forEach(role => {
|
|
role.IsSelected && this.roleListCheckedList.push(role.RoleId)
|
|
role.IsSelected && this.roleListCheckedList.push(role.RoleId)
|
|
})
|
|
})
|
|
|
|
+ this.roleListCheckedTemp = RoleList
|
|
TacList &&
|
|
TacList &&
|
|
TacList &&
|
|
TacList &&
|
|
TacList.forEach(tac => {
|
|
TacList.forEach(tac => {
|
|
- tac.IsSelected && this.loginPolicyCheckedList.push(tac.TacId)
|
|
|
|
|
|
+ tac.IsSelected && this.loginPolicyCheckedList.push(tac)
|
|
})
|
|
})
|
|
|
|
+ this.loginPolicyCheckedTemp = this.loginPolicyCheckedList
|
|
} else {
|
|
} else {
|
|
this.$message.error(res.message)
|
|
this.$message.error(res.message)
|
|
}
|
|
}
|
|
@@ -415,11 +432,11 @@ export default {
|
|
},
|
|
},
|
|
// 随机生成密码
|
|
// 随机生成密码
|
|
resetPwd() {
|
|
resetPwd() {
|
|
- this.accountForm.pwd = generatePassword(this.pwdStruc, this.pwdLengthBegin, this.pwdLengthEnd)
|
|
|
|
|
|
+ this.accountForm.pwd = pwdProduce(this.pwdLengthBegin, this.pwdLengthEnd, this.pwdStruc)
|
|
},
|
|
},
|
|
// 获取当前权限树勾选项
|
|
// 获取当前权限树勾选项
|
|
getPermissionTreeChecked(arr) {
|
|
getPermissionTreeChecked(arr) {
|
|
- console.log('权限树勾选', arr)
|
|
|
|
|
|
+ console.log(arr)
|
|
this.permissionTreeChckedTemp = arr
|
|
this.permissionTreeChckedTemp = arr
|
|
},
|
|
},
|
|
// 获取当前编辑的权限规则
|
|
// 获取当前编辑的权限规则
|
|
@@ -428,12 +445,18 @@ export default {
|
|
},
|
|
},
|
|
// 获取当前勾选的登录策略
|
|
// 获取当前勾选的登录策略
|
|
getLoginPolicyChecked(arr) {
|
|
getLoginPolicyChecked(arr) {
|
|
- console.log('登录策略勾选', arr)
|
|
|
|
|
|
+ console.log(arr)
|
|
this.loginPolicyCheckedTemp = arr
|
|
this.loginPolicyCheckedTemp = arr
|
|
},
|
|
},
|
|
// 获取当前勾选的账号组
|
|
// 获取当前勾选的账号组
|
|
getAccountGroupChecked(arr) {
|
|
getAccountGroupChecked(arr) {
|
|
- this.accountGroupTreeCheckedTemp = arr
|
|
|
|
|
|
+ this.accountGroupTreeCheckedTemp.length = 0
|
|
|
|
+ if (arr && arr.length) {
|
|
|
|
+ const GroupIds = arr.map(item => item.GroupId)
|
|
|
|
+ this.accountGroupTreeCheckedTemp.push(...GroupIds)
|
|
|
|
+ } else {
|
|
|
|
+ this.accountGroupTreeCheckedTemp.push(-1)
|
|
|
|
+ }
|
|
},
|
|
},
|
|
// 获取当前勾选的角色列表
|
|
// 获取当前勾选的角色列表
|
|
getRoleListChecked(arr) {
|
|
getRoleListChecked(arr) {
|
|
@@ -461,35 +484,25 @@ export default {
|
|
},
|
|
},
|
|
// 账号编辑保存
|
|
// 账号编辑保存
|
|
handleClickSave() {
|
|
handleClickSave() {
|
|
- // const treeData = []
|
|
|
|
- // this.permissionTreeChckedTemp.forEach(item => {
|
|
|
|
- // treeData.push(item.AuthList)
|
|
|
|
- // })
|
|
|
|
- // treeData.forEach((item, index) => {
|
|
|
|
- // this.authArrs.forEach(item2 => {
|
|
|
|
- // if (item.AuthId === item2.AuthId) {
|
|
|
|
- // treeData[index] = item2.AuthList
|
|
|
|
- // }
|
|
|
|
- // })
|
|
|
|
- // })
|
|
|
|
- // const params = {
|
|
|
|
- // AuthList: treeData,
|
|
|
|
- // GroupList: this.accountGroupTreeCheckedTemp,
|
|
|
|
- // RoleList: this.roleListCheckedTemp,
|
|
|
|
- // Status: 0,
|
|
|
|
- // TacList: this.loginPolicyCheckedTemp,
|
|
|
|
- // UserDesc: this.accountForm.desc,
|
|
|
|
- // UserName: this.accountForm.name,
|
|
|
|
- // UserPwd: this.accountForm.pwd
|
|
|
|
- // }
|
|
|
|
- // if (this.doesAccountExist) {
|
|
|
|
- // this.saveEditAccount({
|
|
|
|
- // ...params,
|
|
|
|
- // UserId: this.userId
|
|
|
|
- // })
|
|
|
|
- // } else {
|
|
|
|
- // this.saveAddAccount(params)
|
|
|
|
- // }
|
|
|
|
|
|
+ const AuthList = this.permissionTreeChckedTemp.map(auth => auth.AuthList)
|
|
|
|
+ const params = {
|
|
|
|
+ AuthList,
|
|
|
|
+ GroupList: this.accountGroupTreeCheckedTemp.map(groupId => ({ GroupId: groupId })),
|
|
|
|
+ RoleList: this.roleListCheckedTemp,
|
|
|
|
+ Status: 0,
|
|
|
|
+ TacList: this.loginPolicyCheckedTemp,
|
|
|
|
+ UserDesc: this.accountForm.desc,
|
|
|
|
+ UserName: this.accountForm.name,
|
|
|
|
+ UserPwd: this.accountForm.pwd
|
|
|
|
+ }
|
|
|
|
+ if (this.doesAccountExist) {
|
|
|
|
+ this.saveEditAccount({
|
|
|
|
+ ...params,
|
|
|
|
+ UserId: this.userId
|
|
|
|
+ })
|
|
|
|
+ } else {
|
|
|
|
+ this.saveAddAccount(params)
|
|
|
|
+ }
|
|
},
|
|
},
|
|
// 编辑账号
|
|
// 编辑账号
|
|
async saveEditAccount(params) {
|
|
async saveEditAccount(params) {
|
|
@@ -605,15 +618,24 @@ export default {
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.06);
|
|
box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.06);
|
|
border-radius: 16px;
|
|
border-radius: 16px;
|
|
- &.content-card-large {
|
|
|
|
|
|
+ &.content-card-xxl {
|
|
|
|
+ height: 856px;
|
|
|
|
+ }
|
|
|
|
+ &.content-card-xl {
|
|
height: 720px;
|
|
height: 720px;
|
|
}
|
|
}
|
|
- &.content-card-medium {
|
|
|
|
|
|
+ &.content-card-lg {
|
|
|
|
+ height: 704px;
|
|
|
|
+ }
|
|
|
|
+ &.content-card-md {
|
|
|
|
+ height: 512px;
|
|
|
|
+ }
|
|
|
|
+ &.content-card-sm {
|
|
height: 376px;
|
|
height: 376px;
|
|
}
|
|
}
|
|
- &.content-card-small {
|
|
|
|
|
|
+ &.content-card-xs {
|
|
height: 320px;
|
|
height: 320px;
|
|
- margin-top: 25px;
|
|
|
|
|
|
+ margin-top: 24px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
}
|
|
}
|