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
d72e43cd
authored
2020-12-23 14:58:43 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat():修改字段名
1 parent
cf9dae12
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
src/views/panel/change/fg/index.vue
src/views/panel/change/fg/index.vue
View file @
d72e43c
...
...
@@ -485,14 +485,14 @@
},
xzDz
(
bsm
,
index
)
{
this
.
zdFghData
.
newZdlist
.
fwlist
[
index
].
push
({
z
bsm
:
bsm
,
z
type
:
'dz'
bsm
:
bsm
,
type
:
'dz'
})
},
xzZrz
(
bsm
,
index
)
{
this
.
zdFghData
.
newZdlist
.
fwlist
[
index
].
push
({
z
bsm
:
bsm
,
z
type
:
'zrz'
bsm
:
bsm
,
type
:
'zrz'
})
},
...
...
@@ -502,8 +502,8 @@
this
.
zdDzList
[
childIndex
].
hasChoosed
=
index
;
if
(
this
.
zdFghData
.
newZdlist
[
index
].
dz
.
indexOf
(
obj
)
<
0
){
this
.
zdFghData
.
newZdlist
[
index
].
fwlist
.
push
({
z
bsm
:
bsm
,
z
type
:
'dz'
bsm
:
bsm
,
type
:
'dz'
});
this
.
zdFghData
.
newZdlist
[
index
].
dz
.
push
(
obj
);
this
.
tempBsmList
.
push
(
bsm
);
...
...
@@ -523,8 +523,8 @@
this
.
zdZrzList
[
childIndex
].
hasChoosed
=
index
;
if
(
this
.
zdFghData
.
newZdlist
[
index
].
zrz
.
indexOf
(
obj
)
<
0
){
this
.
zdFghData
.
newZdlist
[
index
].
fwlist
.
push
({
z
bsm
:
bsm
,
z
type
:
'zrz'
bsm
:
bsm
,
type
:
'zrz'
})
this
.
zdFghData
.
newZdlist
[
index
].
zrz
.
push
(
obj
);
this
.
tempBsmList
.
push
(
bsm
);
...
...
@@ -595,8 +595,8 @@
},
handleNodeClick
(
node
)
{
this
.
zdFghData
.
newZdlist
[
this
.
selectIndex
].
fwlist
.
push
({
z
bsm
:
node
.
label
,
z
type
:
'多幢'
bsm
:
node
.
label
,
type
:
'多幢'
}
);
},
...
...
Please
register
or
sign in
to post a comment