@@ -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 {