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
a2f374d2
authored
2020-12-28 15:01:30 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
更正功能代码提交
1 parent
544079a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
4 deletions
src/views/panel/modify/index.vue
src/views/panel/modify/index.vue
View file @
a2f374d
...
...
@@ -139,27 +139,33 @@
let
path
=
""
;
switch
(
row
.
dylx
)
{
case
"zd"
:
type
=
"
0
"
;
type
=
"
zd
"
;
name
=
'宗地'
;
path
=
"/zd"
;
break
;
case
"zrz"
:
type
=
"
1
"
;
type
=
"
zrz
"
;
name
=
'自然幢'
;
path
=
"/zrz"
;
break
;
case
"h"
:
case
"h0"
:
case
"h1"
:
type
=
"
2
"
;
type
=
"
h
"
;
name
=
"户"
path
=
"/h"
;
break
;
case
"dz"
:
type
=
"
3
"
;
type
=
"
dz
"
;
name
=
"多幢"
;
path
=
"/dz"
;
break
;
case
"gzw"
:
type
=
"gzw"
;
name
=
"构筑物"
;
path
=
"/gzw"
;
break
;
default
:
break
;
}
...
...
@@ -192,6 +198,11 @@
this
.
$store
.
state
.
dzbsm
=
row
.
glbsm
;
this
.
getTreeByBsm
(
row
.
glbsm
,
row
.
dylx
,
'1'
);
break
;
case
"gzw"
:
this
.
$store
.
state
.
dzbsm
=
row
.
glbsm
;
this
.
getTreeByBsm
(
row
.
glbsm
,
row
.
dylx
,
'1'
);
break
;
default
:
break
;
}
...
...
Please
register
or
sign in
to post a comment