Przeglądaj źródła

先跳转人才库

lifanagju_citu 11 miesięcy temu
rodzic
commit
458d48267c
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      src/views/enterprise/components/register.vue

+ 2 - 1
src/views/enterprise/components/register.vue

@@ -43,7 +43,7 @@
         <v-btn
           :loading="loginLoading"
           color="primary" class="white--text mt-8" min-width="350"
-          @click="handleCommit"
+          to="/enterprise/talentPool"
         >
           完成
         </v-btn>
@@ -118,6 +118,7 @@ const handleCommit = () => {
   // await userStore.getUserBaseInfos(baseInfo.value.userId)
   // getBasicInfo()
 }
+handleCommit()
 </script>
 <style lang="scss" scoped>
 .CtFormClass {