|
@@ -423,17 +423,17 @@ export default {
|
|
|
this.currentId = e.id
|
|
|
let dict = []
|
|
|
let dists = e.modeOperation;
|
|
|
- // if ("地埋扳孔" == e.modeOperation){
|
|
|
- // dists="bury_the_wrench_hole";
|
|
|
- // }else if ("架空扳孔" == e.modeOperation){
|
|
|
- // dists="aerial_wrench_hole";
|
|
|
- // }else if ("停气作业" == e.modeOperation){
|
|
|
- // dists="shutdown_operation";
|
|
|
- // }else if ("PE 封堵" == e.modeOperation){
|
|
|
- // dists="pe_plugging";
|
|
|
- // }else if ("钢管带气封堵" == e.modeOperation){
|
|
|
- // dists="the_steel_pipe_sealed_with_gas";
|
|
|
- // }
|
|
|
+ if ("地埋扳孔" == e.modeOperation){
|
|
|
+ dists="bury_the_wrench_hole";
|
|
|
+ }else if ("架空扳孔" == e.modeOperation){
|
|
|
+ dists="aerial_wrench_hole";
|
|
|
+ }else if ("停气作业" == e.modeOperation){
|
|
|
+ dists="shutdown_operation";
|
|
|
+ }else if ("PE 封堵" == e.modeOperation){
|
|
|
+ dists="pe_plugging";
|
|
|
+ }else if ("钢管带气封堵" == e.modeOperation){
|
|
|
+ dists="the_steel_pipe_sealed_with_gas";
|
|
|
+ }
|
|
|
getDicts(dists).then(res => {
|
|
|
this.nodeList = res.data
|
|
|
for (let i = 0; i < this.nodeList.length; i++) {
|