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
2eaddfbd
authored
2021-02-03 11:40:37 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
待办箱办理,判断林权类型
1 parent
c946ae38
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
src/views/dbx/dbxinfo/index.vue
src/views/dbx/dbxinfo/index.vue
View file @
2eaddfb
...
...
@@ -151,6 +151,11 @@
this
.
getTreeByBsm
(
row
.
glbsm
,
"gzw"
,
'0,1,2'
);
path
=
"/gzw"
;
break
;
case
"lq"
:
// this.$store.state.zrzbsm = row.glbsm;
this
.
getTreeByBsm
(
row
.
glbsm
,
row
.
dylx
,
'0,1,2'
);
path
=
"/lq"
;
break
;
default
:
break
;
}
...
...
Please
register
or
sign in
to post a comment