flat: zanc1
This commit is contained in:
@@ -183,4 +183,12 @@ export const settingRead3 = (data) => {
|
||||
...data
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
export const updataEmployedNew = (params) => {
|
||||
return request({
|
||||
url: '/api/jobslink-api/missions/mission/apply/employed/new',
|
||||
method: 'post',
|
||||
params
|
||||
})
|
||||
}
|
||||
@@ -343,6 +343,7 @@
|
||||
if (!this.areaModal.isClickAddress) {
|
||||
// this.areaModal.address1 = [null, null, null];
|
||||
this.areaModal.address1 = ["", "", ""];
|
||||
this.areaModal.info = []
|
||||
}
|
||||
if (!this.industryModal.isClickIndustry) {
|
||||
this.industryModal.industry = "";
|
||||
|
||||
@@ -133,8 +133,12 @@
|
||||
})
|
||||
}
|
||||
}).catch((errors) => {
|
||||
if (/[\u4e00-\u9fff]/.test(errors.message)) {
|
||||
_this.$api.msg(errors.message)
|
||||
} else {
|
||||
this.$api.msg('请输入完整信件信息')
|
||||
}
|
||||
this.isNext = true
|
||||
this.$api.msg('请输入完整信件信息')
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -99,8 +99,12 @@
|
||||
})
|
||||
}
|
||||
}).catch((errors) => {
|
||||
if (/[\u4e00-\u9fff]/.test(errors.message)) {
|
||||
_this.$api.msg(errors.message)
|
||||
} else {
|
||||
this.$api.msg('请输入完整信件信息')
|
||||
}
|
||||
this.isNext = true
|
||||
this.$api.msg('请输入完整信件信息')
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -517,6 +517,9 @@
|
||||
// city: areaModal?.address1[1],
|
||||
cityId: areaModal?.info.map((v) => v.areaName).join('-')
|
||||
}
|
||||
if (params.cityId === '') {
|
||||
delete params.cityId
|
||||
}
|
||||
nearMissionSearch(params).then(res => {
|
||||
if (this.policyPage.current === 1) {
|
||||
this.policyContentList = [];
|
||||
@@ -536,6 +539,7 @@
|
||||
areaModal,
|
||||
industryModal
|
||||
} = this.searchData;
|
||||
console.log(this.searchData)
|
||||
let params = {
|
||||
current: this.nearPage.current,
|
||||
size: this.nearPage.size,
|
||||
@@ -546,6 +550,9 @@
|
||||
// city: areaModal?.address1[1],
|
||||
cityId: areaModal?.info.map((v) => v.areaName).join('-')
|
||||
}
|
||||
if (params.cityId === '') {
|
||||
delete params.cityId
|
||||
}
|
||||
newMissionAllSearch(params).then(res => {
|
||||
if (this.nearPage.current === 1) {
|
||||
this.companyList = [];
|
||||
@@ -575,6 +582,9 @@
|
||||
wageUnitCategory: submitData["wageUnitCategory"],
|
||||
cityId: areaModal?.info.map((v) => v.areaName).join('-')
|
||||
}
|
||||
if (params.cityId === '') {
|
||||
delete params.cityId
|
||||
}
|
||||
recommendMissionSearch(params).then(res => {
|
||||
if (this.newPage.current === 1) {
|
||||
this.newList = [];
|
||||
@@ -600,7 +610,7 @@
|
||||
|
||||
.positionText {
|
||||
margin: 0 10rpx;
|
||||
font-weight: bold;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user