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
cbab5a5b
authored
2020-12-29 16:17:48 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
构筑物信息列表
1 parent
0ee38f90
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
src/views/Home.vue
src/views/panel/create/index.vue
src/views/Home.vue
View file @
cbab5a5
...
...
@@ -226,6 +226,8 @@ export default {
this
.
getRightTree
(
this
.
$store
.
state
.
zdbsm
)
}
else
if
(
this
.
$route
.
path
==
'/dz'
){
this
.
getTreeByBsm
(
this
.
$store
.
state
.
dzbsm
,
'dz'
,
this
.
$route
.
query
.
auth
)
}
else
if
(
this
.
$route
.
path
==
'/gzw'
){
this
.
getTreeByBsm
(
this
.
$store
.
state
.
gzwbsm
,
'gzw'
,
this
.
$route
.
query
.
auth
)
}
else
{
this
.
getTreeList
();
}
...
...
src/views/panel/create/index.vue
View file @
cbab5a5
...
...
@@ -368,6 +368,8 @@ export default {
insertGzwjbxx
(
this
.
ruleForm4
)
.
then
((
res
)
=>
{
if
(
res
.
code
===
200
){
//获取左侧树数据
this
.
getTreeByBsm
(
res
.
result
.
bsm
,
'gzw'
,
'0,1,2'
);
this
.
close
();
this
.
$router
.
push
({
path
:
'/gzw'
,
query
:{
...
...
Please
register
or
sign in
to post a comment