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
96510145
authored
2021-01-08 17:27:46 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
权利人
1 parent
9cb84c04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
src/components/formMenu/qlr.vue
src/components/formMenu/qlr.vue
View file @
9651014
...
...
@@ -507,18 +507,19 @@
console
.
log
(
this
.
formData
)
updateQlrDlrFr
(
this
.
formData
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
){
this
.
dialogVisible
=
false
;
this
.
$message
.
success
(
"修改完成!"
);
this
.
getQlrInfo
(
this
.
bsm
);
this
.
update
=
false
;
this
.
dialogVisible
=
false
;
}
})
}
else
{
insertQlrDlrFr
(
this
.
formData
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
){
this
.
dialogVisible
=
false
;
this
.
tableData
.
push
(
this
.
formData
);
Object
.
assign
(
this
.
$data
,
this
.
$options
.
data
())
this
.
dialogVisible
=
false
;
this
.
getQlrInfo
(
this
.
bsm
);
}
})
...
...
@@ -550,6 +551,7 @@
updateGyGyQlrQk
(
this
.
bsm
,
this
.
type
,
val
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
){
console
.
log
(
"修改完成!"
)
//todo 修改该建筑物的所有权利人的相关共有方式
}
})
},
...
...
Please
register
or
sign in
to post a comment