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
95a93b47
authored
2020-10-27 16:06:53 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
自然幢联调调整
1 parent
4531e7ae
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
src/views/systemZRZ/zrzxx/index.vue
src/views/systemZRZ/zrzxx/index.vue
View file @
95a93b4
...
...
@@ -390,13 +390,18 @@
}
},
onSave
(){
//
this.loading=true;
this
.
loading
=
true
;
this
.
form
.
zrzbsm
=
this
.
bsm
;
this
.
form
.
qlxzList
=
this
.
$refs
.
qlxzModule
.
getQlxzDataList
();
if
(
1
>
0
){
saveZrzInfo
(
this
.
form
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
){
this
.
$message
.
success
(
"保存完成!"
)
}
else
{
this
.
$message
({
message
:
res
.
message
,
type
:
"warning"
,
});
}
this
.
loading
=
false
;
})
...
...
Please
register
or
sign in
to post a comment