Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/CadastralSystem
Showing
7 changed files
with
225 additions
and
81 deletions
-
Please register or sign in to post a comment
... | ... | @@ -195,6 +195,9 @@ |
item.select = true; | ||
} | ||
}); | ||
if(newPath == '/zd'){ | ||
this.getRightTree(this.$store.state.zdbsm) | ||
} | ||
}, | ||
"$store.state.zdbsm": function (bsm) { | ||
this.getRightTree(bsm) | ||
... | ... |