Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
9927a108
authored
2020-12-22 09:59:03 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
目录树联动
1 parent
7822068d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/Home.vue
src/views/Home.vue
View file @
9927a10
...
...
@@ -156,7 +156,7 @@ export default {
}
else
if
(
newPath
==
"/dz"
){
// this.getRightTreeByDzbsm(this.$store.state.dzbsm);
}
else
if
(
newPath
==
"/h"
){
this
.
getRightTreeByHbsm
(
this
.
$store
.
state
.
hbsm
);
//
this.getRightTreeByHbsm(this.$store.state.hbsm);
}
else
if
(
newPath
==
"/viewMap"
){
this
.
isMap
=
true
;
if
(
this
.
$route
.
query
.
type
==
"zd"
){
...
...
Please
register
or
sign in
to post a comment