|
@@ -1,7 +1,7 @@
|
|
|
<!--
|
|
|
* @Author: Badguy
|
|
|
* @Date: 2022-02-15 11:37:42
|
|
|
- * @LastEditTime: 2022-02-21 11:47:11
|
|
|
+ * @LastEditTime: 2022-02-21 15:13:47
|
|
|
* @LastEditors: your name
|
|
|
* @Description: 编辑账号
|
|
|
* have a nice day!
|
|
@@ -139,7 +139,6 @@
|
|
|
<AccountGroupTree
|
|
|
title="所属账号组"
|
|
|
nodekey="GroupId"
|
|
|
- :type="false"
|
|
|
:default-props="accountGroupTreeProps"
|
|
|
:checked-keys="accountGroupTreeCheckedList"
|
|
|
@getTreeData="getAccountGroupChecked"
|
|
@@ -188,7 +187,6 @@
|
|
|
<AccountGroupTree
|
|
|
title="所属账号组"
|
|
|
nodekey="GroupId"
|
|
|
- :type="false"
|
|
|
:default-props="accountGroupTreeProps"
|
|
|
:checked-keys="accountGroupTreeCheckedList"
|
|
|
@getTreeData="getAccountGroupChecked"
|
|
@@ -370,8 +368,6 @@ export default {
|
|
|
this.pwdLengthBegin = PwdLengthBegin
|
|
|
this.pwdLengthEnd = PwdLengthEnd
|
|
|
this.queryType = OpenGroup ? 'group' : 'all'
|
|
|
- },
|
|
|
- mounted() {
|
|
|
this.openRole && (this.roleType = this.openGroup ? 'roleByUpId' : 'onlyRole')
|
|
|
if (this.doesAccountExist) {
|
|
|
this.userId = this.$route.query.userId
|