字段名称调整

This commit is contained in:
zxy
2024-02-25 17:03:18 +08:00
parent d1aee9b518
commit 5404d97098
12 changed files with 36 additions and 28 deletions

View File

@@ -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,