Procházet zdrojové kódy

集团账户-邀请分支机构token

Xiao_123 před 7 měsíci
rodič
revize
374ab82bd0

+ 2 - 2
src/views/recruit/enterprise/systemManagement/groupAccount/index.vue

@@ -25,7 +25,7 @@
 
       <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">
           <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>
@@ -200,7 +200,7 @@ const handleAction = (type, index, item) => {
 
 // 打开生成邀请链接页面
 const handleAdd = (type) => {
-  if (!getToken()) {
+  if (!getToken(1)) {
     window.location.reload()
     return
   }