浏览代码

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

lifanagju_citu 8 月之前
父节点
当前提交
ea84b1e22b
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/recruit/enterprise/informationManagement/informationSettings.vue

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

@@ -83,9 +83,9 @@ watch(() => route?.query?.tabKey, (newVal) => { // newQuery, oldQuery
 
 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()}`)
 }