Commit 96310fe0 authored by 黄奎's avatar 黄奎

页面修改

parent ea580c87
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
{{childItem.HotelName}} {{childItem.HotelName}}
</td> </td>
<td> <td>
{{childItem.NewHotelName}} {{childItem.NewHotelName!=childItem.HotelName?childItem.NewHotelName:""}}
</td> </td>
<td> <td>
<template v-for="(detailsItem,detailsIndex) in childItem.OrderDetailsList" <template v-for="(detailsItem,detailsIndex) in childItem.OrderDetailsList"
...@@ -238,6 +238,7 @@ ...@@ -238,6 +238,7 @@
this.loading = false; this.loading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.dataList = res.data.data; this.dataList = res.data.data;
console.log("Supplier_V2",this.dataList);
} else { } else {
this.Error(res.data.message) this.Error(res.data.message)
} }
......
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