04b94314 by 田浩浩

111

1 parent 1fdc5b7c
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
163 义务人信息 163 义务人信息
164 <div class="triangle"></div> 164 <div class="triangle"></div>
165 </div> 165 </div>
166 <InformationTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.ywrList" 166 <InformationTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList"
167 :gyfs="ruleForm.qlxx.gyfs" /> 167 :gyfs="ruleForm.qlxx.gyfs" />
168 <div class="slxx_title title-block"> 168 <div class="slxx_title title-block">
169 登记原因 169 登记原因
...@@ -227,7 +227,11 @@ export default { ...@@ -227,7 +227,11 @@ export default {
227 methods: { 227 methods: {
228 // 更新权利人信息 228 // 更新权利人信息
229 upDateQlrxxList (val) { 229 upDateQlrxxList (val) {
230 this.ruleForm.qlrxx = val 230 this.ruleForm.qlrList = _.cloneDeep(val);
231 },
232 // 更新权利人信息
233 upDateYwrxxList (val) {
234 this.ruleForm.ywrList = _.cloneDeep(val);
231 }, 235 },
232 list (bsmSldy) { 236 list (bsmSldy) {
233 var formdata = new FormData(); 237 var formdata = new FormData();
......