Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
7f8fafb9
Commit
7f8fafb9
authored
Dec 30, 2018
by
Junling Bu
Browse files
fix[litemall-admin]: 删除undefined参数。
parent
bf5646da
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-admin/src/views/dashboard/index.vue
View file @
7f8fafb9
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment