|
|
@@ -26,6 +26,7 @@ |
|
|
|
@keyup.enter.native="searchUser" |
|
|
|
clearable |
|
|
|
@clear="clearSearchUser" |
|
|
|
v-show="false" |
|
|
|
> |
|
|
|
<template slot="prepend"> |
|
|
|
<i |
|
|
@@ -39,7 +40,7 @@ |
|
|
|
</div> |
|
|
|
<div class="EC_col_8"> |
|
|
|
<div class="fr mt-15" style="margin-top: 22px"> |
|
|
|
<button class="EC_button normal shadow" @click="downLoadUserModel"> |
|
|
|
<button class="EC_button normal shadow" @click="downLoadUserModel" v-show="false"> |
|
|
|
下载通讯录模板 |
|
|
|
</button> |
|
|
|
</div> |
|
|
@@ -168,6 +169,7 @@ |
|
|
|
type="button" |
|
|
|
class="EC_button bt_small_20" |
|
|
|
@click="exportUser" |
|
|
|
v-show="false" |
|
|
|
> |
|
|
|
导出通讯录 |
|
|
|
</button> |
|
|
@@ -2086,7 +2088,7 @@ export default { |
|
|
|
}); |
|
|
|
this.isDistWorkDeptDialog = false; |
|
|
|
this.currentUser.arraySuper = []; |
|
|
|
this.getUserList(this.$refs.tree.getCurrentNode().data); |
|
|
|
this.getUserList(this.$refs.tree.getCurrentNode()); |
|
|
|
}, |
|
|
|
/** |
|
|
|
* 删除用户 |
|
|
|