Commit 7fb7d38f authored by 黄奎's avatar 黄奎

页面修改

parent 09e96b93
......@@ -2155,20 +2155,13 @@
ico: ""
}
} else {
let MarketingLogo = JSON.parse(this.addMsg.MarketingLogo)
let obj=MarketingLogo
this.addMsg.MarketingLogo = obj
// this.addMsg.MarketingLogo = JSON.parse(this.addMsg.MarketingLogo)
console.log(this.addMsg.MarketingLogo)
}
this.getSuggestPrice();
this.getFXDGradeList2();
}
}
);
},
......
......@@ -224,15 +224,12 @@
}
this.apipost("/api/Statistics/GetSellPageList", this.msg, res => {
this.Listloading = false
if (res.data.resultCode == 1) {
this.tableData = res.data.data.pageData;
this.count = res.data.data.count;
} else {
this.Info(res.data.message);
}
})
},
getIntegraStatisticslList(show = true) {
......@@ -244,8 +241,6 @@
EndDate: this.msg.EndDate,
OrderType: this.msg.OrderType,
}
this.apipost("/api/Statistics/GetSellOrder", Totalmsg, res => {
this.loading = false;
if (res.data.resultCode == 1) {
......@@ -253,9 +248,7 @@
} else {
this.Info(res.data.message);
}
})
if (show == true) {
let Totalmsg2 = {
PlatformType: this.msg.PlatformType,
......
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