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() {