diff --git a/pages/project/project.vue b/pages/project/project.vue index 29ccb2e..bc2b9a9 100644 --- a/pages/project/project.vue +++ b/pages/project/project.vue @@ -536,7 +536,6 @@ areaModal, industryModal } = this.searchData; - console.log(areaModal) let params = { current: this.nearPage.current, size: this.nearPage.size, @@ -570,7 +569,7 @@ size: this.policyPage.size, education: submitData["学历"], salary: submitData["工资"], - industry: industryModal?.info?.id, + industry: industryModal?.industry, // province: areaModal?.address1[0], // city: areaModal?.address1[1], wageUnitCategory: submitData["wageUnitCategory"],