Commit 97d3e2b6 by WH

letdrv

parent 23904e68
......@@ -116,15 +116,15 @@ export default {
// 业务信息=》基本信息=》保函编号-----获取保函编号
async queryOwnref() {
let params = {
ptainr: this.model.gidgrp.apl.pts.ptainr,
businessType: 'LG',
tbl: 'LG',
ptainr: this.model.bedgrp.apl.pts.ptainr,
businessType: 'BP',
tbl: 'BP',
};
const loading = this.loading();
let res = await Api.post('/service/letdrv/getOwnRef', params);
let res = await Api.post('/service/letdrv/getbedref', params);
if (res.respCode == SUCCESS) {
loading.close();
this.model.gidgrp.rec.ownref = res.data;
this.model.bedgrp.rec.ownref = res.data;
}
},
// 获取letdrv弹框表格数据
......
......@@ -240,6 +240,7 @@
? false
: true
"
@click="queryOwnref"
>
获取
</c-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment