Commit e1158aac by 闫泽浩

betcan letrsv代码更新

parent 7f43c4de
...@@ -142,7 +142,8 @@ export default class Betcan { ...@@ -142,7 +142,8 @@ export default class Betcan {
pts: new Pts().data, pts: new Pts().data,
}, },
rec: { rec: {
ownref: '' ownref: '',
branchinr: ''
}, },
cbs: { cbs: {
opn1: { opn1: {
......
...@@ -466,6 +466,16 @@ export default { ...@@ -466,6 +466,16 @@ export default {
this.getstacty() this.getstacty()
} }
} }
},
//国家地区
async getstacty() {
let params = {
ptainr: this.model.ledgrp.iss.pts.ptainr
}
let res = await Api.post('/service/letrsv/stacty', params);
if (res.respCode == SUCCESS) {
this.model.ledgrp.rec.stacty = res.data;
}
} }
}, },
computed: { computed: {
......
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