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
0317fdb6
authored
2020-12-17 14:23:16 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix(zdhb):宗地合并数据没有传输
1 parent
c6034825
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
src/views/panel/change/hb/index.vue
src/views/panel/change/hb/index.vue
View file @
0317fdb
...
...
@@ -283,13 +283,14 @@
let
data
=
{
newzddjqbsm
:
this
.
zdhbhData
.
djqbsm
,
newzddjzqbsm
:
this
.
zdhbhData
.
djzqbsm
,
newzdsyqlxbsm
:
this
.
zdhb
q
Data
.
syqlxbsm
,
newzdsyqlxbsm
:
this
.
zdhb
h
Data
.
syqlxbsm
,
newzduserbsm
:
""
,
newzdxmmc
:
this
.
zdhb
q
Data
.
xmmc
,
newzdxzqbsm
:
this
.
zdhb
q
Data
.
xzqbsm
,
newzdzdtzmbsm
:
this
.
zdhb
q
Data
.
zdtzmbsm
,
newzdxmmc
:
this
.
zdhb
h
Data
.
xmmc
,
newzdxzqbsm
:
this
.
zdhb
h
Data
.
xzqbsm
,
newzdzdtzmbsm
:
this
.
zdhb
h
Data
.
zdtzmbsm
,
oldzdbsms
:
oldBsm
}
console
.
log
(
data
,
'宗地合并数据'
)
ZdHb
(
data
).
then
(
res
=>
{
if
(
res
.
success
)
{
this
.
$message
.
success
(
"合并成功"
)
...
...
@@ -456,10 +457,10 @@
console
.
log
(
params
);
//TODO 调用保存接口
// saveDzHb(params).then((res) => {
// })
// .catch((error) => {
// });
})
}
...
...
@@ -629,5 +630,5 @@
}
/
deep
/
.el-select
{
width
:
100%
;
}
}
</
style
>
...
...
Please
register
or
sign in
to post a comment