Przeglądaj źródła

基础信息里面的企业名称 和工商信息里面的企业名称 非同步修改

lifanagju_citu 6 miesięcy temu
rodzic
commit
562014b3e1

+ 6 - 6
src/views/recruit/enterprise/entInfoSetting/index.vue

@@ -107,12 +107,12 @@ const handleComplete = (val) => { // completeNum: tab内完成数, totalNum: tab
     item.totalCount = val.totalCount || 0
   }
   calcCompletion()
-  if (val.isUpdate && val.id === 'businessInformation') {
-    // 工商信息更改同时更新基本信息
-    if (componentRef.value?.length) {
-      componentRef.value[0].getBaseInfo()
-    }
-  }
+  // if (val.isUpdate && val.id === 'businessInformation') {
+  //   // 工商信息更改同时更新基本信息
+  //   if (componentRef.value?.length) {
+  //     componentRef.value[0].getBaseInfo()
+  //   }
+  // }
 }
 </script>
 

+ 3 - 3
src/views/recruit/enterprise/entInfoSetting/informationSettingsComponents/basicInfo.vue

@@ -245,9 +245,9 @@ const handleSave = async () => {
   getBaseInfo()
 }
 
-defineExpose({
-  getBaseInfo
-})
+// defineExpose({
+//   getBaseInfo
+// })
 </script>
 
 <style lang="scss" scoped>