Commit bf80ebd6 authored by 黄媛媛's avatar 黄媛媛

屏蔽备注

parent 124da0be
......@@ -410,23 +410,19 @@ export default {
}
})
if(status){
// console.log("this.GetDetail.DetailList[0].Remark",this.GetDetail.DetailList[0].Remark)
this.apipost('Financial_post_GetFinanceSwipingCard',{FrId:this.ID},res=>{
if(res.data.resultCode==1){
// console.log("res.data.data",res.data.data);
if(res.data.data.length>0){
this.GetDetail.DetailList[0].Remark+=` `+"刷卡:"
res.data.data.forEach(item=>{
this.GetDetail.DetailList[0].Remark+=`${item.Name},`;
})
}
// this.apipost('Financial_post_GetFinanceSwipingCard',{FrId:this.ID},res=>{
// if(res.data.resultCode==1){
// if(res.data.data.length>0){
// this.GetDetail.DetailList[0].Remark+=` `+"刷卡:"
// res.data.data.forEach(item=>{
// this.GetDetail.DetailList[0].Remark+=`${item.Name},`;
// })
// }
}else{
this.Error(res.data.message)
}
},err=>{})
// }else{
// this.Error(res.data.message)
// }
// },err=>{})
}
}
}
......
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