From 4bb136057de3def641de6da7ce72d89ea2911b39 Mon Sep 17 00:00:00 2001 From: ryoeiken <754264374@qq.com> Date: Fri, 15 Jan 2021 15:41:01 +0800 Subject: [PATCH] =?UTF-8?q?todo:=E6=8A=A5=E9=A4=90=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/fantang/orderStatistics/index.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ruoyi-ui/src/views/fantang/orderStatistics/index.vue b/ruoyi-ui/src/views/fantang/orderStatistics/index.vue index 133e616e7..b4397565b 100644 --- a/ruoyi-ui/src/views/fantang/orderStatistics/index.vue +++ b/ruoyi-ui/src/views/fantang/orderStatistics/index.vue @@ -171,20 +171,17 @@ export default { console.log(response) this.orderCountList = response.data; this.selectType = 1; - this.total = response.total; }) } else if (this.selectType === 2 || this.selectType === '2') { getStatisGetOrderOfWeek(this.queryParams).then(response => { console.log(response) this.orderCountList = response.data; this.selectType = 2; - this.total = response.total; }) } else if (this.selectType === 3 || this.selectType === '3') { getStatisGetOrderOfMonth(this.queryParams).then(response => { this.orderCountList = response.data; this.selectType = 3; - this.total = response.total; }) } }, @@ -223,7 +220,6 @@ export default { getStatisGetOrderOfMonth(this.queryParams).then(response => { this.orderCountList = response.data; this.selectType = 3; - this.total = response.total; }) } }, @@ -239,7 +235,6 @@ export default { console.log(response) this.orderCountList = response.data; this.selectType = 2; - this.total = response.total; }) } }, @@ -255,13 +250,12 @@ export default { console.log(response) this.orderCountList = response.data; this.selectType = 1; - // this.total = response.total; }) } }, /** 查询订单管理列表 */ getList() { - this.loading = true; + this.loading = false; listOrder(this.queryParams).then(response => { this.orderList = response.rows; this.total = response.total;