flat: 暂存
This commit is contained in:
@@ -455,6 +455,35 @@
|
||||
}
|
||||
},
|
||||
async backfill(info) {
|
||||
console.log(info, 'bos')
|
||||
if (info.reviewState === 9) {
|
||||
this.info.wage = info.wage
|
||||
this.info.jobName = info.jobName
|
||||
this.info.stime = info.stime
|
||||
this.info.etime = info.etime
|
||||
this.info.peopleNum = info.peopleNum
|
||||
this.info.tradeId = info.tradeId
|
||||
this.info.tradeNames = info.tradeNames
|
||||
this.info.worktypeIds = info.worktypeIds
|
||||
this.info.skillNames = info.skillNames
|
||||
this.info.jobDescription = info.jobDescription
|
||||
this.info.ageDesc = info.ageDesc
|
||||
this.info.education = info.education
|
||||
this.info.educationLabel = dic.eduArr[0].filter((vitem) => vitem.value === info.education)[0]
|
||||
.label
|
||||
this.info.experienceDesc = info.experienceDesc
|
||||
this.info.cityId = info.cityId
|
||||
this.info.jobCompanyName = info.jobCompanyName
|
||||
this.info.jobCompanyScale = info.jobCompanyScale
|
||||
this.info.jobCompanyIndustry = info.jobCompanyIndustry
|
||||
this.info.jobCompanyNature = info.jobCompanyNature
|
||||
this.info.jobCompanyDescription = info.jobCompanyDescription
|
||||
this.info.callName = info.callName
|
||||
this.info.callTel = info.callTel
|
||||
this.info.callNumber = info.callNumber
|
||||
this.info.address = info.address
|
||||
return
|
||||
}
|
||||
const {
|
||||
manager,
|
||||
companyTid,
|
||||
@@ -638,6 +667,9 @@
|
||||
worktypeNames: names[0], // 工种名称
|
||||
skillNames: names[1], // 工种二级名称
|
||||
}
|
||||
if (this.company.reviewState === 9) {
|
||||
params.id = this.company.id
|
||||
}
|
||||
let that = this
|
||||
this.$refs.form1.validate().then(res => {
|
||||
if (!this.info.wageUnitCategory) {
|
||||
|
||||
Reference in New Issue
Block a user