|
|
@@ -1386,7 +1386,7 @@ export default {
|
|
|
page: this.page,
|
|
|
limit: this.limit,
|
|
|
postType: '', //工作性质
|
|
|
- expectedPosition: '',//this.jobSxTypeList.length > 0 ? this.jobSxTypeList[this.currentJobSx].projectName : '', //岗位名称
|
|
|
+ expectedPosition:this.jobSxTypeList.length > 0 ? this.jobSxTypeList[this.currentJobSx].projectName : '', //岗位名称
|
|
|
screen: +this.currentJobSxs + 1, //1推荐 2最新
|
|
|
city: this.city == '全国' ? '' : this.city, //城市
|
|
|
salaryRange: this.salaryRange, //薪资范围
|