Commit 4250b16c authored by 黄奎's avatar 黄奎

页面修改

parent 5533eaae
......@@ -135,7 +135,6 @@
dataList.push(...x.HotelOrderList)
})
}
console.log("dataList",dataList);
dataList.forEach(x => {
x.listUrl = [];
if (x.ReimburseList && x.ReimburseList.VoucherPicList && x.ReimburseList.VoucherPicList) {
......
......@@ -4549,7 +4549,6 @@
"sellorder_post_GetTravelOrderList",
this.msg,
(res) => {
console.log("sellorder_post_GetTravelOrderList", res);
if (res.data.resultCode == 1) {
this.loading = false;
this.total = res.data.data.count;
......
......@@ -1178,7 +1178,6 @@
},
// 跳转发票详情页面
goIisDetail(item) {
console.log("item", item)
this.OpenNewPage('/invoicesManagerDetail', {
id: item.id,
InvoiceApplyType: 2,
......
......@@ -261,7 +261,6 @@
"travel_get_GetMyTravelInfo_V4",
msg,
res => {
console.log("travel_get_GetMyTravelInfo_V4", res.data);
this.loading = false;
if (res.data.resultCode == 1) {
var tempData = res.data.data;
......
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