添加的地方加多幢!
Showing
1 changed file
with
7 additions
and
2 deletions
... | @@ -135,15 +135,20 @@ | ... | @@ -135,15 +135,20 @@ |
135 | break; | 135 | break; |
136 | case "zd": | 136 | case "zd": |
137 | path = "/zd"; | 137 | path = "/zd"; |
138 | this.$store.state.zdbsm = row.glbsm | 138 | this.$store.state.zdbsm = row.glbsm; |
139 | this.getRightTree(row.glbsm,'0,1,2'); | 139 | this.getRightTree(row.glbsm,'0,1,2'); |
140 | break; | 140 | break; |
141 | case "h": | 141 | case "h": |
142 | path = "/h"; | 142 | path = "/h"; |
143 | this.$store.state.hbsm = row.glbsm | 143 | this.$store.state.hbsm = row.glbsm; |
144 | this.getTreeByBsm(row.glbsm,'h','0,1,2'); | 144 | this.getTreeByBsm(row.glbsm,'h','0,1,2'); |
145 | type = "2"; | 145 | type = "2"; |
146 | break; | 146 | break; |
147 | case "dz": | ||
148 | this.$store.state.dzbsm = row.glbsm; | ||
149 | this.getTreeByBsm(row.glbsm,row.dylx,'0,1,2'); | ||
150 | path = "/dz"; | ||
151 | break; | ||
147 | default: | 152 | default: |
148 | break; | 153 | break; |
149 | } | 154 | } | ... | ... |
-
Please register or sign in to post a comment