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
7c59ac60
authored
2020-10-27 16:53:24 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
自然幢字典信息数据整理
1 parent
f28c141e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
src/views/Home.vue
src/views/Home.vue
View file @
7c59ac6
...
...
@@ -193,9 +193,10 @@ export default {
});
if
(
newPath
==
"/zd"
)
{
this
.
getRightTree
(
this
.
$store
.
state
.
zdbsm
);
}
if
(
newPath
==
"/zrz"
)
{
}
else
if
(
newPath
==
"/zrz"
)
{
this
.
getRightTree
(
this
.
$store
.
state
.
zdbsm
);
}
else
{
this
.
getTreeList
();
}
},
"$store.state.zdbsm"
:
function
(
bsm
)
{
...
...
Please
register
or
sign in
to post a comment