Commit bc913ed6 by 闫泽浩

letdrv代码更新

parent 7d6f7ae2
......@@ -114,11 +114,11 @@ export default {
console.log(key);
},
// 业务信息=》基本信息=》保函编号-----获取保函编号
async queryOwnref() {
async getBedgrpOwnRef() {
let params = {
ptainr: this.model.bedgrp.apl.pts.ptainr,
businessType: 'BP',
tbl: 'BP',
bedgrp:{
rec: this.model.bedgrp.rec,
}
};
const loading = this.loading();
let res = await Api.post('/service/letdrv/getbedref', params);
......
......@@ -240,7 +240,7 @@
? false
: true
"
@click="queryOwnref"
@click="getBedgrpOwnRef"
>
获取
</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