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
ef80a968
authored
2020-12-23 15:31:36 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
c118118f
79c6ad3b
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 @
ef80a96
...
...
@@ -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