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
90fd387b
authored
2020-10-27 14:00:05 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
权利人共有方式
1 parent
d517d898
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/components/formMenu/qlr.vue
src/components/formMenu/qlr.vue
View file @
90fd387
...
...
@@ -384,9 +384,11 @@
type
:
"warning"
,
});
}
else
{
this
.
formData
.
gyfsbsm
=
this
.
gyfs
;
this
.
dialogVisible
=
true
;
}
}
else
{
this
.
formData
.
gyfsbsm
=
this
.
gyfs
;
this
.
dialogVisible
=
true
;
}
},
...
...
@@ -405,7 +407,7 @@
this
.
formData
.
dlrList
[
k
].
type
=
1
;
this
.
formData
.
addQjDlrFrRequest
.
push
(
this
.
formData
.
dlrList
[
k
]);
}
this
.
formData
.
gyfsbsm
=
this
.
gyfs
;
//如果是从更新按钮点击确定的则进行更新操作,如果不是,则进行添加操作
if
(
this
.
update
){
console
.
log
(
this
.
formData
)
...
...
Please
register
or
sign in
to post a comment