|
@@ -111,9 +111,9 @@ export default {
|
|
this.$store.commit("toggleLoading", false);
|
|
this.$store.commit("toggleLoading", false);
|
|
});
|
|
});
|
|
this.engineeringWorkList = [
|
|
this.engineeringWorkList = [
|
|
- { text: "桥隧工", value: 1 },
|
|
|
|
- { text: "桥梁工", value: 2 },
|
|
|
|
- { text: "线路工", value: 3 }
|
|
|
|
|
|
+ { text: "桥隧工", value: "QiaoSuiGong" },
|
|
|
|
+ { text: "桥梁工", value: "QiaoLiangGong" },
|
|
|
|
+ { text: "线路工", value: "XianLuGong" }
|
|
];
|
|
];
|
|
this.activeTabName = 0;
|
|
this.activeTabName = 0;
|
|
this.onChangeTabFun(this.activeTabName);
|
|
this.onChangeTabFun(this.activeTabName);
|
|
@@ -133,8 +133,8 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
this.$store.commit("updateUserItemStore", {
|
|
this.$store.commit("updateUserItemStore", {
|
|
- field: "chooseEngneeringWorkValue",
|
|
|
|
- value: resultItem.text
|
|
|
|
|
|
+ field: "chooseEngneeringWork",
|
|
|
|
+ value: resultItem
|
|
});
|
|
});
|
|
console.log("选择的工种信息:", resultItem);
|
|
console.log("选择的工种信息:", resultItem);
|
|
},
|
|
},
|