Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/CadastralSystem
Showing
10 changed files
with
115 additions
and
20 deletions
src/views/systemH/index.vue
0 → 100644
-
Please register or sign in to post a comment
... | ... | @@ -127,7 +127,7 @@ |
this.$store.state.zdbsm = row.glbsm | ||
break; | ||
case "h": | ||
path = "h"; | ||
path = "/h"; | ||
this.$store.state.hbsm = row.glbsm | ||
type = "2"; | ||
default: | ||
... | ... |
... | ... | @@ -170,6 +170,8 @@ |
console.log(this.$refs.hbj); | ||
this.$refs.hbj.getHInfo(this.hbsm); | ||
}); | ||
path="/h"; | ||
this.$store.state.hbsm=row.glbsm | ||
break; | ||
default: | ||
break; | ||
... | ... |