Browse Source

web-企业信息所属行业组件调整

liao-sea 10 months ago
parent
commit
0e018b2be4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      h5app/src/components/industrySelection.vue

+ 1 - 1
h5app/src/components/industrySelection.vue

@@ -191,7 +191,7 @@ export default defineComponent({
         }
         else {
           const twoInfo = allIndustryList.value.find((x: any) => x.industryLevel == "2" && x.industryId == props.CurIndustryID);
-          const oneInfo = allIndustryList.value.find((x: any) => x.industryLevel == "1" && x.industryId == twoInfo.parentID);
+          const oneInfo = allIndustryList.value.find((x: any) => x.industryLevel == "1" && x.industryId == twoInfo.parentId);
 
           selectModelList[selectType.one].isSelect = false;
           selectModelList[selectType.one].disabled = false;