Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
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
04b94314
authored
2022-10-21 11:18:57 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
111
1 parent
1fdc5b7c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
src/views/ywbl/fdcq2/slxx200.vue
src/views/ywbl/fdcq2/slxx200.vue
View file @
04b9431
...
...
@@ -163,7 +163,7 @@
义务人信息
<div
class=
"triangle"
></div>
</div>
<InformationTable
v-if=
"ruleForm.qlxx"
@
upDateQlrxxList=
"upDate
Ql
rxxList"
:tableData=
"ruleForm.ywrList"
<InformationTable
v-if=
"ruleForm.qlxx"
@
upDateQlrxxList=
"upDate
Yw
rxxList"
:tableData=
"ruleForm.ywrList"
:gyfs=
"ruleForm.qlxx.gyfs"
/>
<div
class=
"slxx_title title-block"
>
登记原因
...
...
@@ -227,7 +227,11 @@ export default {
methods
:
{
// 更新权利人信息
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrxx
=
val
this
.
ruleForm
.
qlrList
=
_
.
cloneDeep
(
val
);
},
// 更新权利人信息
upDateYwrxxList
(
val
)
{
this
.
ruleForm
.
ywrList
=
_
.
cloneDeep
(
val
);
},
list
(
bsmSldy
)
{
var
formdata
=
new
FormData
();
...
...
Please
register
or
sign in
to post a comment