From de42a30448a616623a999ffc1285a6c33e15fc76 Mon Sep 17 00:00:00 2001 From: wanyongkang <937888580@qq.com> Date: Mon, 23 Nov 2020 17:09:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E6=8A=A4=E5=AE=A2=E6=88=B7=E5=9F=BA?= =?UTF-8?q?=E6=9C=AC=E5=AE=8C=E5=96=84---=E5=8A=A0=E8=BD=BD=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/order/managerstatistics.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/order/managerstatistics.vue b/src/components/order/managerstatistics.vue index f00430a..0e75c62 100644 --- a/src/components/order/managerstatistics.vue +++ b/src/components/order/managerstatistics.vue @@ -49,8 +49,10 @@ export default { this.get() }, get () { + this.loading = true this.$api.get(this.$api.phpURL + 'manager/SellInfo/getAll', {sell_month: this.sell_detail_month}).then(res => { this.retData.List = res.data + this.loading = false }) }, dataExport () {