字段名称调整
This commit is contained in:
@@ -195,6 +195,7 @@ export default {
|
||||
education: 7,
|
||||
experienceDesc: "不限经验",
|
||||
tradeId:null,
|
||||
tradeNames: null,
|
||||
userNature:"灵活用工",
|
||||
},
|
||||
loading: false,
|
||||
@@ -970,8 +971,11 @@ export default {
|
||||
},
|
||||
//行业类型
|
||||
handleSelect(item) {
|
||||
console.log('11111111111')
|
||||
console.log(item)
|
||||
this.tradeBtnState = true;
|
||||
this.obj.tradeId = item.id
|
||||
this.obj.tradeNames = item.name
|
||||
},
|
||||
//工种
|
||||
handleSelectWorkType(item){
|
||||
@@ -1135,6 +1139,7 @@ export default {
|
||||
wage: row.wage,
|
||||
wageUnitCategory: row.wageUnitCategory,
|
||||
tradeId: row.tradeId,
|
||||
tradeNames: this.obj.tradeNames,
|
||||
worktypeIds: row.worktypeIds,
|
||||
skillIds: skillIds,
|
||||
skillNames: skillNames,
|
||||
|
||||
Reference in New Issue
Block a user