1f8bf042 by zhaoqian

添加的地方加多幢!

1 parent c3381d48
......@@ -135,15 +135,20 @@
break;
case "zd":
path = "/zd";
this.$store.state.zdbsm = row.glbsm
this.$store.state.zdbsm = row.glbsm;
this.getRightTree(row.glbsm,'0,1,2');
break;
case "h":
path = "/h";
this.$store.state.hbsm = row.glbsm
this.$store.state.hbsm = row.glbsm;
this.getTreeByBsm(row.glbsm,'h','0,1,2');
type = "2";
break;
case "dz":
this.$store.state.dzbsm = row.glbsm;
this.getTreeByBsm(row.glbsm,row.dylx,'0,1,2');
path = "/dz";
break;
default:
break;
}
......