From e34aed7cb0b3b6a3ec9744aa7bead5325361c6cd Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Fri, 14 Jul 2023 16:10:11 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=9F=A5=E8=AF=A2=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsowell-ui/src/views/order/order/index.vue | 16 ++++++++-------- .../src/views/pile/station/stationOrderList.vue | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/jsowell-ui/src/views/order/order/index.vue b/jsowell-ui/src/views/order/order/index.vue index b8b18d15c..8a535c00a 100644 --- a/jsowell-ui/src/views/order/order/index.vue +++ b/jsowell-ui/src/views/order/order/index.vue @@ -494,13 +494,13 @@ export default { }, // 获取订单总金额数据 getOrderTotalData() { - totalData(this.queryParams).then((response) => { - console.log("getOrderTotalData", response); - this.dateDescription = response.data.dateDescription; - this.sumOrderAmount = response.data.sumOrderAmount; - this.sumUsedElectricity = response.data.sumUsedElectricity; - this.sumSettleAmount = response.data.sumSettleAmount; - }); + // totalData(this.queryParams).then((response) => { + // console.log("getOrderTotalData", response); + // this.dateDescription = response.data.dateDescription; + // this.sumOrderAmount = response.data.sumOrderAmount; + // this.sumUsedElectricity = response.data.sumUsedElectricity; + // this.sumSettleAmount = response.data.sumSettleAmount; + // }); }, // 取消按钮 cancel() { @@ -541,7 +541,7 @@ export default { // 获取订单列表 this.getList(); // 获取订单总金额 - this.getOrderTotalData(); + // this.getOrderTotalData(); }, /** 重置按钮操作 */ resetQuery() { diff --git a/jsowell-ui/src/views/pile/station/stationOrderList.vue b/jsowell-ui/src/views/pile/station/stationOrderList.vue index 359470bcc..01dd3efb9 100644 --- a/jsowell-ui/src/views/pile/station/stationOrderList.vue +++ b/jsowell-ui/src/views/pile/station/stationOrderList.vue @@ -217,7 +217,7 @@ export default { // 查询站点列表 this.getStationList(); // 获取订单总金额 - this.getOrderTotalData(); + // this.getOrderTotalData(); }, /** 查询订单列表 */ getList() {