Commit 8bee6f36 authored by 黄奎's avatar 黄奎
parents 341652f1 124da0be
......@@ -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