Commit e6e0a9e4 authored by 黄奎's avatar 黄奎

页面修改

parent cbcc8682
......@@ -348,7 +348,6 @@
this.msg.Year = this.currentYear;
this.msg.Month = this.currentMonth;
this.DayData=[];
this.apipost(
"order_post_GetDinnerMonthStatistics",
this.msg,
......@@ -364,6 +363,7 @@
d.getMonth() + 1,
d.getDate()
);
dayItem.dayValue=[];
for (var j = 0; j < this.DayData.length; j++) {
if (this.DayData[j].Day == myDate) {
dayItem.dayValue = this.DayData[j].SubList;
......@@ -381,7 +381,7 @@
//获取酒店列表
GetDinnerList() {
this.apipost(
"dining_post_GetList", {},
"dining_post_GetList", {QCountry:651},
res => {
if (res.data.resultCode == 1) {
this.DinnerList = 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