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

This commit is contained in:
Junling Bu
2018-12-30 13:27:13 +08:00
parent bf5646dadc
commit 7f8fafb973

View File

@@ -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