Commit 7eb3cd72 authored by 黄媛媛's avatar 黄媛媛

no mess

parent a4ee3ee3
......@@ -415,7 +415,7 @@ export default {
if(res.data.resultCode==1){
// 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},`;
})
......
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