Commit e1158aac by 闫泽浩

betcan letrsv代码更新

parent 7f43c4de
......@@ -142,7 +142,8 @@ export default class Betcan {
pts: new Pts().data,
},
rec: {
ownref: ''
ownref: '',
branchinr: ''
},
cbs: {
opn1: {
......
......@@ -447,7 +447,7 @@ export default {
return {};
},
watch:{
watch:{
"model.ledgrp":{
immediate: true,
deep: true,
......@@ -466,6 +466,16 @@ export default {
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: {
......
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