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
06ae3af3
authored
2020-12-17 13:43:01 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
多幢页面不刷新的问题
1 parent
e245eead
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
src/views/Home.vue
src/views/dz/dzxx/index.vue
src/views/Home.vue
View file @
06ae3af
...
...
@@ -249,7 +249,7 @@ export default {
}
else
if
(
this
.
$route
.
path
==
'/zd'
){
this
.
getRightTree
(
this
.
$store
.
state
.
zdbsm
)
}
else
if
(
this
.
$route
.
path
==
'/dz'
){
this
.
getRightTree
(
this
.
$store
.
state
.
dzbsm
)
this
.
getRightTree
ByDzbsm
(
this
.
$store
.
state
.
dzbsm
)
}
else
{
this
.
getTreeList
();
}
...
...
src/views/dz/dzxx/index.vue
View file @
06ae3af
...
...
@@ -497,7 +497,17 @@
this
.
getDzDetailByBsm
(
this
.
$route
.
query
.
bsm
)
}
},
computed
:
{
dzbsm
()
{
return
this
.
$route
.
query
.
bsm
;
},
},
watch
:{
dzbsm
:
function
(
val
)
{
this
.
getDzDetailByBsm
(
val
)
},
"$store.state.sxdrType"
:
{
handler
(
n
)
{
this
.
$nextTick
(()
=>
{
...
...
Please
register
or
sign in
to post a comment