|
|
|
|
@ -171,6 +171,7 @@ export default {
|
|
|
|
|
keys: that.keyword,
|
|
|
|
|
jobType: that.query.jobType,
|
|
|
|
|
agencyId: uni.getStorageSync("AGENCY_ID"),
|
|
|
|
|
checkStore: true
|
|
|
|
|
},
|
|
|
|
|
(res) => {
|
|
|
|
|
console.log("一才职位列表:", res);
|
|
|
|
|
@ -199,6 +200,7 @@ export default {
|
|
|
|
|
fuWuFei: that.G.setReturnFee(item.returnFee / 100, item.returnFeeType, 1),
|
|
|
|
|
gender: that.G.getGenderByMinAge(item),
|
|
|
|
|
recruitmentValue: item.recruitment == 1 ? true : false,
|
|
|
|
|
newadd:that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr)
|
|
|
|
|
};
|
|
|
|
|
})
|
|
|
|
|
: [];
|
|
|
|
|
@ -213,6 +215,7 @@ export default {
|
|
|
|
|
fuWuFei: that.G.setReturnFee(item.returnFee / 100, item.returnFeeType, 1),
|
|
|
|
|
gender: that.G.getGenderByMinAge(item),
|
|
|
|
|
recruitmentValue: item.recruitment == 1 ? true : false,
|
|
|
|
|
newadd:that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr)
|
|
|
|
|
};
|
|
|
|
|
})
|
|
|
|
|
: [],
|
|
|
|
|
|