Browse Source

fix:参数名

jianghaili 7 tháng trước cách đây
mục cha
commit
dae993288d
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      pages/index/index.vue
  2. 1 1
      pages/talentSearch/index.vue

+ 1 - 1
pages/index/index.vue

@@ -1316,7 +1316,7 @@ export default {
 				postType: '', //工作性质
 				expectedPosition: this.jobSxTypeList.length > 0 ? this.jobSxTypeList[this.currentJobSx].projectName : '', //岗位名称
 				screen: +this.currentJobSxs + 1, //1推荐 2最新
-				expectedCity: this.city == '全国' ? '' : this.city, //城市
+				city: this.city == '全国' ? '' : this.city, //城市
 				salaryRange: this.salaryRange, //薪资范围
 				eduRange: this.education, //学历
 				expRange: this.experience, //经验

+ 1 - 1
pages/talentSearch/index.vue

@@ -380,7 +380,7 @@
 					limit: this.limit,
 					skillName: this.searchKeyword || "",
 					expectedPosition: this.selectedText || "", //期望职位
-					expectedCity: this.city || "", //期望城市
+					city: this.city || "", //期望城市
 					salaryRange: this.salaryRange || "", //薪资
 					resumesStatus: this.resumesStatus || "", //个人状态
 					expRange: this.experience || "", //工作经验