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