Commit 4977548e authored by huangyuanyuan's avatar huangyuanyuan

修改账户明细合并单据时数据未清除

parent aadaee09
......@@ -923,6 +923,7 @@ export default {
},err=>{})
},
getList(){ //获取列表
this.checkList=[];
this.loading = true;
if( this.msg.ClientID === '' ){
this.msg.ClientID = 0;
......
......@@ -547,6 +547,7 @@ export default {
}, err => {})
},
getList(){ //获取列表
this.checkList=[];
// this.loading = true
if( this.msg.ClientID == '' ){
this.msg.ClientID = 0;
......
......@@ -544,6 +544,7 @@ export default {
}, err => {})
},
getList(){ //获取列表
this.checkList=[];
this.loading = true
if( this.msg.ClientID == '' ){
this.msg.ClientID = 0;
......
......@@ -591,6 +591,7 @@ export default {
}, err => {})
},
getList(){ //获取列表
this.checkList=[];
this.loading = true
if( this.msg.ClientID == '' ){
this.msg.ClientID = 0;
......
......@@ -896,7 +896,7 @@ export default {
"dmc_get_visa_GetVisaProductInfo_V1",
{Pid:Pid},
res => {
console.log(res);
// console.log(res);
if (res.data.resultCode == 1) {
let data=res.data.data;
this.addMsg=res.data.data;
......
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