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
b2f407c6
authored
2020-11-06 09:11:31 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat(fg,hb):分割合并
1 parent
e738fd2d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
11 deletions
src/views/panel/change/fg/index.vue
src/views/panel/change/fg/index.vue
View file @
b2f407c
...
...
@@ -530,7 +530,7 @@
props
:
{},
data
()
{
return
{
tabName
:
'zd'
,
tabName
:
'zd'
,
isopenXz
:
false
,
centerDialogVisible
:
false
,
selectIndex
:
0
,
// 当前选中序号
...
...
@@ -601,7 +601,7 @@
value
:
"Z"
,
}
],
Data
:
{
checked
Data
:
{
xzqbsm
:
""
,
djqbsm
:
""
,
djzqbsm
:
""
,
...
...
@@ -646,11 +646,11 @@
},
getJbxx
(
id
)
{
getQjZdjbxxDetailById
(
id
).
then
(
res
=>
{
this
.
Data
=
res
.
result
this
.
checked
Data
=
res
.
result
// 用户bsm暂时传空
this
.
Data
.
userbsm
=
''
this
.
checked
Data
.
userbsm
=
''
// fwlist 暂时传空
this
.
Data
.
fwlist
=
[{
zdbsm
:
''
,
ztype
:
''
}]
this
.
checked
Data
.
fwlist
=
[{
zdbsm
:
''
,
ztype
:
''
}]
})
},
getzdtzm
()
{
...
...
@@ -669,8 +669,10 @@
changeXzq
(
id
,
index
)
{
this
.
djq
=
[];
this
.
djzq
=
[];
this
.
fghData
.
newZdlist
[
index
].
djqbsm
=
''
this
.
fghData
.
newZdlist
[
index
].
djzqbsm
=
''
if
(
index
!=
undefined
)
{
this
.
fghData
.
newZdlist
[
index
].
djqbsm
=
''
this
.
fghData
.
newZdlist
[
index
].
djzqbsm
=
''
}
getListByXzqbsm
(
id
)
.
then
((
res
)
=>
{
if
(
res
.
result
==
null
)
{
...
...
@@ -684,10 +686,11 @@
},
changeDjq
(
item
,
index
)
{
this
.
djzq
=
[];
this
.
fghData
.
newZdlist
[
index
].
djzqbsm
=
''
if
(
index
!=
undefined
)
{
this
.
fghData
.
newZdlist
[
index
].
djzqbsm
=
''
}
if
(
item
==
null
)
{
}
else
{
console
.
log
(
item
);
getListByPbsm
(
item
)
.
then
((
res
)
=>
{
if
(
res
.
result
==
null
)
{
...
...
@@ -716,7 +719,7 @@
}
]
});
this
.
fghData
.
newZdlist
[
this
.
fghData
.
newZdlist
.
length
-
1
]
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
Data
));
this
.
fghData
.
newZdlist
[
this
.
fghData
.
newZdlist
.
length
-
1
]
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
checked
Data
));
},
delRow
(
index
)
{
...
...
@@ -745,7 +748,7 @@
},
deep
:
true
},
Data
:
{
checked
Data
:
{
handler
:
function
(
item
)
{
this
.
changeXzq
(
item
.
xzqbsm
)
this
.
changeDjq
(
item
.
djqbsm
)
...
...
Please
register
or
sign in
to post a comment