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
9e5c5798
authored
2021-02-04 16:23:34 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
增加林权
1 parent
2cba134d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
src/views/panel/search/index.vue
src/views/panel/search/index.vue
View file @
9e5c579
...
...
@@ -157,6 +157,11 @@
this
.
getTreeByBsm
(
row
.
glbsm
,
"gzw"
,
'0,1,2'
);
path
=
"/gzw"
;
break
;
case
"lq"
:
this
.
$store
.
state
.
gzwbsm
=
row
.
glbsm
;
this
.
getTreeByBsm
(
row
.
glbsm
,
"lq"
,
'0,1,2'
);
path
=
"/lq"
;
break
;
default
:
break
;
}
...
...
Please
register
or
sign in
to post a comment