mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-09 00:18:07 +08:00
新增
This commit is contained in:
@@ -140,10 +140,11 @@ export default {
|
||||
endTime: "",
|
||||
};
|
||||
getMerchantOrderReport(params).then(
|
||||
({ data: { merchantOrderReport, reportList } }) => {
|
||||
(response) => {
|
||||
// console.log("查询报表", reportList, merchantOrderReport);
|
||||
this.reportList = reportList;
|
||||
this.merchantOrderReport = merchantOrderReport;
|
||||
console.log('response',response)
|
||||
this.reportList = response.data.reportList;
|
||||
this.merchantOrderReport = response.data.merchantOrderReport;
|
||||
console.log("查询报表", this.merchantOrderReport, this.reportList);
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user