构筑物信息列表
Showing
2 changed files
with
4 additions
and
0 deletions
... | @@ -226,6 +226,8 @@ export default { | ... | @@ -226,6 +226,8 @@ export default { |
226 | this.getRightTree(this.$store.state.zdbsm) | 226 | this.getRightTree(this.$store.state.zdbsm) |
227 | }else if(this.$route.path == '/dz'){ | 227 | }else if(this.$route.path == '/dz'){ |
228 | this.getTreeByBsm(this.$store.state.dzbsm,'dz',this.$route.query.auth) | 228 | this.getTreeByBsm(this.$store.state.dzbsm,'dz',this.$route.query.auth) |
229 | }else if(this.$route.path == '/gzw'){ | ||
230 | this.getTreeByBsm(this.$store.state.gzwbsm,'gzw',this.$route.query.auth) | ||
229 | }else{ | 231 | }else{ |
230 | this.getTreeList(); | 232 | this.getTreeList(); |
231 | } | 233 | } | ... | ... |
... | @@ -368,6 +368,8 @@ export default { | ... | @@ -368,6 +368,8 @@ export default { |
368 | insertGzwjbxx(this.ruleForm4) | 368 | insertGzwjbxx(this.ruleForm4) |
369 | .then((res)=>{ | 369 | .then((res)=>{ |
370 | if(res.code === 200){ | 370 | if(res.code === 200){ |
371 | //获取左侧树数据 | ||
372 | this.getTreeByBsm(res.result.bsm,'gzw','0,1,2'); | ||
371 | this.close(); | 373 | this.close(); |
372 | this.$router.push({ | 374 | this.$router.push({ |
373 | path: '/gzw', query:{ | 375 | path: '/gzw', query:{ | ... | ... |
-
Please register or sign in to post a comment