Parcourir la source

fix: 企业所属行业与产业关联匹配

zhangying il y a 9 mois
Parent
commit
3464c3e2f4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      vue/src/views/companyService/company/edit.vue

+ 1 - 1
vue/src/views/companyService/company/edit.vue

@@ -676,7 +676,7 @@ export default defineComponent(
         if (value.length >= 2) {
           formState.dataModel.industryName = selectedOptions[1].label;
         }
-        setEstateCategoryID(selectedOptions[0]);
+        setEstateCategoryID(selectedOptions[0].label);
       }
 
       function setEstateCategoryID(industryName: any) {