From 7f8fafb973b5719a4592ab79cb13dd86afa7a498 Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Sun, 30 Dec 2018 13:27:13 +0800 Subject: [PATCH] =?UTF-8?q?fix[litemall-admin]=EF=BC=9A=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4undefined=E5=8F=82=E6=95=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litemall-admin/src/views/dashboard/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litemall-admin/src/views/dashboard/index.vue b/litemall-admin/src/views/dashboard/index.vue index efc45254..7d7a0f89 100644 --- a/litemall-admin/src/views/dashboard/index.vue +++ b/litemall-admin/src/views/dashboard/index.vue @@ -67,7 +67,7 @@ export default { } }, created() { - info(this.listQuery).then(response => { + info().then(response => { this.userTotal = response.data.data.userTotal this.goodsTotal = response.data.data.goodsTotal this.productTotal = response.data.data.productTotal