|
@@ -25,7 +25,7 @@
|
|
|
|
|
|
<v-divider vertical></v-divider>
|
|
<v-divider vertical></v-divider>
|
|
|
|
|
|
- <v-col class="ml-10">
|
|
|
|
|
|
+ <v-col class="ml-10" cols="9">
|
|
<div class="d-flex justify-space-between px-3">
|
|
<div class="d-flex justify-space-between px-3">
|
|
<TextInput v-model="query.name" :item="textItem" @change="getUserList"></TextInput>
|
|
<TextInput v-model="query.name" :item="textItem" @change="getUserList"></TextInput>
|
|
<v-btn prepend-icon="mdi-plus" color="primary" @click="handleAdd(0)">{{ $t('enterprise.userManagement.inviteNewColleagues') }}</v-btn>
|
|
<v-btn prepend-icon="mdi-plus" color="primary" @click="handleAdd(0)">{{ $t('enterprise.userManagement.inviteNewColleagues') }}</v-btn>
|
|
@@ -200,7 +200,7 @@ const handleAction = (type, index, item) => {
|
|
|
|
|
|
// 打开生成邀请链接页面
|
|
// 打开生成邀请链接页面
|
|
const handleAdd = (type) => {
|
|
const handleAdd = (type) => {
|
|
- if (!getToken()) {
|
|
|
|
|
|
+ if (!getToken(1)) {
|
|
window.location.reload()
|
|
window.location.reload()
|
|
return
|
|
return
|
|
}
|
|
}
|