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

屏蔽备注

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