抵押权添加主体权利和上手权利选择
Showing
1 changed file
with
2 additions
and
5 deletions
... | @@ -504,16 +504,13 @@ export default { | ... | @@ -504,16 +504,13 @@ export default { |
504 | } | 504 | } |
505 | }); | 505 | }); |
506 | //获取主体信息 | 506 | //获取主体信息 |
507 | getSsQlxx({ bdcdyid: this.propsParam.bdcdyid }).then((res) => { | 507 | getSsQlxx({ bdcdyid: this.propsParam.bdcdyid, qllx: this.propsParam.qllx}).then((res) => { |
508 | if (res.code == 200) { | 508 | if (res.code == 200) { |
509 | this.ssQlxxList = res.result; | 509 | this.ssQlxxList = res.result; |
510 | } | 510 | } |
511 | }); | 511 | }); |
512 | //获取上手信息 | 512 | //获取上手信息 |
513 | getZtQlxx({ | 513 | getZtQlxx({bdcdyid: this.propsParam.bdcdyid}).then((res) => { |
514 | bdcdyid: this.propsParam.bdcdyid, | ||
515 | qllx: this.propsParam.qllx, | ||
516 | }).then((res) => { | ||
517 | if (res.code == 200) { | 514 | if (res.code == 200) { |
518 | this.ztQlxxList = res.result; | 515 | this.ztQlxxList = res.result; |
519 | } | 516 | } | ... | ... |
-
Please register or sign in to post a comment