fix[litemall-admin]: 删除undefined参数。
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user