Commit 59a4172a authored by 黄媛媛's avatar 黄媛媛

备注修改

parent 82d1e5bd
......@@ -401,7 +401,7 @@ export default {
this.GetDetail = data;
this.loading=false
this.$set(this.$data,"GetDetail",data);
console.log("sdfsaoifsjapof ",this.GetDetail)
// console.log("sdfsaoifsjapof ",this.GetDetail)
let status=false;
if(this.GetDetail.DetailList && this.GetDetail.DetailList.length>0 && this.GetDetail.TCIDList.length>0){
this.GetDetail.DetailList.forEach(item=>{
......@@ -410,14 +410,14 @@ 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",res);
// console.log("res.data.data",res.data.data);
if(res.data.data.length>0){
this.GetDetail.DetailList[0].Remark="刷卡:"
this.GetDetail.DetailList[0].Remark+="刷卡:"
res.data.data.forEach(item=>{
this.GetDetail.DetailList[0].Remark+=`${item.Name},`;
console.log("this.GetDetail.DetailList[0].Remark",this.GetDetail.DetailList[0].Remark)
})
}
......
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