flat:123
This commit is contained in:
@@ -515,7 +515,7 @@
|
||||
industry: industryModal?.industry,
|
||||
province: areaModal?.address1[0],
|
||||
city: areaModal?.address1[1],
|
||||
cityId: areaModal?.info[areaModal?.info?.length - 1]?.id
|
||||
cityId: areaModal?.info[areaModal?.info?.length - 2]?.id
|
||||
}
|
||||
nearMissionSearch(params).then(res => {
|
||||
if (this.policyPage.current === 1) {
|
||||
@@ -541,10 +541,10 @@
|
||||
size: this.nearPage.size,
|
||||
education: submitData["学历"],
|
||||
salary: submitData["工资"],
|
||||
industry: industryModal?.info?.id,
|
||||
industry: industryModal?.industry,
|
||||
province: areaModal?.address1[0],
|
||||
city: areaModal?.address1[1],
|
||||
cityId: areaModal?.info[areaModal?.info?.length - 1]?.id
|
||||
cityId: areaModal?.info[areaModal?.info?.length - 2]?.id
|
||||
}
|
||||
newMissionAllSearch(params).then(res => {
|
||||
if (this.nearPage.current === 1) {
|
||||
@@ -573,7 +573,7 @@
|
||||
province: areaModal?.address1[0],
|
||||
city: areaModal?.address1[1],
|
||||
wageUnitCategory: submitData["wageUnitCategory"],
|
||||
cityId: areaModal?.info[areaModal?.info?.length - 1]?.id
|
||||
cityId: areaModal?.info[areaModal?.info?.length - 2]?.id
|
||||
}
|
||||
recommendMissionSearch(params).then(res => {
|
||||
if (this.newPage.current === 1) {
|
||||
|
||||
Reference in New Issue
Block a user