baaf0b60 by tianhaohao@pashanhoo.com

抵押权添加主体权利和上手权利选择

1 parent ff3cd171
......@@ -504,16 +504,13 @@ export default {
}
});
//获取主体信息
getSsQlxx({ bdcdyid: this.propsParam.bdcdyid }).then((res) => {
getSsQlxx({ bdcdyid: this.propsParam.bdcdyid, qllx: this.propsParam.qllx}).then((res) => {
if (res.code == 200) {
this.ssQlxxList = res.result;
}
});
//获取上手信息
getZtQlxx({
bdcdyid: this.propsParam.bdcdyid,
qllx: this.propsParam.qllx,
}).then((res) => {
getZtQlxx({bdcdyid: this.propsParam.bdcdyid}).then((res) => {
if (res.code == 200) {
this.ztQlxxList = res.result;
}
......