|
@@ -112,7 +112,7 @@ export default {
|
|
|
initFun() {
|
|
|
this.engineeringWorkList = [
|
|
|
{ text: "桥隧工", value: "QiaoSuiGong" },
|
|
|
- { text: "测量工", value: "CeLiangGong" },
|
|
|
+ // { text: "测量工", value: "CeLiangGong" },
|
|
|
{ text: "线路工", value: "XianLuGong" }
|
|
|
];
|
|
|
this.engineeringWorkChooseValue = this.engineeringWorkList[0].value;
|