Commit 5533eaae authored by 黄奎's avatar 黄奎

页面修改

parent 6b148482
......@@ -82,7 +82,6 @@
loading: true,
dataList: [],
currencyList: [],
};
},
created() {
......@@ -136,11 +135,12 @@
dataList.push(...x.HotelOrderList)
})
}
console.log("dataList",dataList);
dataList.forEach(x => {
x.listUrl = [];
if (x.ReimburseList && x.ReimburseList.VoucherPicList && x.ReimburseList.VoucherPicList) {
x.ReimburseList.VoucherPicList.forEach(z => {
y.listUrl.push(z.url);
x.listUrl.push(z.url);
})
}
});
......
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