From 84d154be79c18f18a519b36cf2df92b887143ee2 Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Tue, 21 Nov 2023 17:24:32 +0800 Subject: [PATCH] 1111 --- src/views/mortgage/allData.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/mortgage/allData.vue b/src/views/mortgage/allData.vue index 022a123..977fa25 100644 --- a/src/views/mortgage/allData.vue +++ b/src/views/mortgage/allData.vue @@ -492,14 +492,14 @@ }, loadList() { - var params = { + var info = { orderDate: this.times, projectSid: this.params.projectSid } - console.log('params:', params) + console.log('info:', info) - req.getProjectDaily(params).then(res => { + req.getProjectDaily(info).then(res => { console.log('getProjectDaily:', res) if (res.data) { this.info = res.data @@ -568,15 +568,15 @@ }) }, getReportInventory() { - var params = { + var info = { startDate: this.times, intervalTime: this.dayValue, projectSid: this.params.projectSid } - console.log('params:', params) + console.log('info:', info) - req.getReportInventory(params).then(res => { + req.getReportInventory(info).then(res => { console.log('getReportInventory:', res) this.chartData2 = {