|
@@ -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;
|