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

页面修改

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