Browse Source

加载所有信息模块 完成企业信息填写完成度

lifanagju_citu 8 months ago
parent
commit
ea84b1e22b

+ 3 - 3
src/views/recruit/enterprise/informationManagement/informationSettings.vue

@@ -83,9 +83,9 @@ watch(() => route?.query?.tabKey, (newVal) => { // newQuery, oldQuery
 
 
 const handleTabClick = () => {
 const handleTabClick = () => {
   // 基本信息-获取企业管理员实名认证信息
   // 基本信息-获取企业管理员实名认证信息
-  if (tab.value === 1) {
-    tabRef.value[0].getAuthInfo()
-  }
+  // if (tab.value === 1) {
+  //   tabRef.value[0].getAuthInfo()
+  // }
   // router.push(`${route.path}?tabKey=${tab.value.toString()}`)
   // router.push(`${route.path}?tabKey=${tab.value.toString()}`)
 }
 }