Browse Source

fix[litemall-admin]: 删除undefined参数。

Junling Bu 7 years ago
parent
commit
7f8fafb973
1 changed files with 1 additions and 1 deletions
  1. 1 1
      litemall-admin/src/views/dashboard/index.vue

+ 1 - 1
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