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
3c1566a5
authored
2020-11-03 09:01:05 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix():办理回查数据
1 parent
bcacc273
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
src/views/systemZD/jzd/index.vue
src/views/systemZD/jzx/index.vue
src/views/systemZD/mjftb/index.vue
src/views/systemZD/jzd/index.vue
View file @
3c1566a
...
...
@@ -182,7 +182,6 @@
},
save
()
{
jzdsingleModify
(
this
.
jzdlist
).
then
(
res
=>
{
console
.
log
(
res
)
if
(
res
.
success
)
{
Message
.
success
(
"保存成功"
)
this
.
getData
(
this
.
bsm
)
...
...
src/views/systemZD/jzx/index.vue
View file @
3c1566a
...
...
@@ -247,9 +247,7 @@
})
},
save
()
{
console
.
log
(
"保存...."
);
jzxsingleModify
(
this
.
jzxlist
).
then
(
res
=>
{
console
.
log
(
res
)
if
(
res
.
success
)
{
Message
.
success
(
"保存成功"
)
this
.
getData
(
this
.
bsm
)
...
...
src/views/systemZD/mjftb/index.vue
View file @
3c1566a
...
...
@@ -89,7 +89,6 @@
})
},
save
()
{
console
.
log
(
this
.
mjftData
);
for
(
let
val
of
this
.
mjftData
.
list
)
{
if
(
val
.
dzwdm
==
''
)
{
Message
.
error
(
"定着物代码不能为空"
)
...
...
@@ -98,7 +97,6 @@
}
this
.
mjftData
[
'zdbsm'
]
=
this
.
$store
.
state
.
zdbsm
savemjft
(
this
.
mjftData
).
then
(
res
=>
{
console
.
log
(
res
)
if
(
res
.
success
)
{
Message
.
success
(
"保存成功"
)
this
.
getData
(
this
.
mjftData
.
zdbsm
)
...
...
@@ -180,8 +178,12 @@
},
mounted
()
{
console
.
log
(
"mounted init..."
)
this
.
mjftData
.
zdbsm
=
this
.
$store
.
state
.
zdbsm
this
.
zdmj
=
this
.
$store
.
state
.
zdmj
this
.
tdzl
=
this
.
$store
.
state
.
zdzl
this
.
zddm
=
this
.
$store
.
state
.
zddm
if
(
this
.
mjftData
.
zdbsm
)
{
this
.
getData
()
this
.
getData
(
this
.
mjftData
.
zdbsm
)
}
},
watch
:
{
...
...
Please
register
or
sign in
to post a comment