Explorar el Código

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

zhangying hace 9 meses
padre
commit
3464c3e2f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {