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
4531e7ae
authored
2020-10-27 15:36:36 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
自然幢信息
1 parent
fee75fa9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
src/views/Home.vue
src/views/systemZRZ/zrzxx/index.vue
src/views/Home.vue
View file @
4531e7a
...
...
@@ -194,10 +194,16 @@ export default {
if
(
newPath
==
"/zd"
)
{
this
.
getRightTree
(
this
.
$store
.
state
.
zdbsm
);
}
if
(
newPath
==
"/zrz"
)
{
this
.
getRightTree
(
this
.
$store
.
state
.
zdbsm
);
}
},
"$store.state.zdbsm"
:
function
(
bsm
)
{
this
.
getRightTree
(
bsm
);
},
"$store.state.zrzbsm"
:
function
(
bsm
)
{
this
.
getRightTree
(
bsm
);
},
},
created
()
{
if
(
this
.
$route
.
meta
)
{
...
...
src/views/systemZRZ/zrzxx/index.vue
View file @
4531e7a
...
...
@@ -484,7 +484,7 @@
// this.form.zdbsm=this.$store.zdbsm;
// this.form.xmmc=this.$store.xmmc;
this
.
form
.
zrzbsm
=
this
.
$route
.
query
.
bsm
;
this
.
getZddm
(
this
.
$store
.
zdbsm
);
this
.
getZddm
(
this
.
$store
.
state
.
zdbsm
);
this
.
getZrzDetailByBsm
(
this
.
$route
.
query
.
bsm
)
}
else
{
this
.
bsm
=
this
.
$route
.
query
.
bsm
;
...
...
Please
register
or
sign in
to post a comment