Commit 7f8fafb9 authored by Junling Bu's avatar Junling Bu
Browse files

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

parent bf5646da
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment