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
3f7ca8b1
Commit
3f7ca8b1
authored
Jan 01, 2019
by
严其龙
Committed by
linlinjava
Jan 07, 2019
Browse files
修复编辑商品表单内关键字列表不显示
parent
b301b53a
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-admin/src/views/goods/edit.vue
View file @
3f7ca8b1
...
...
@@ -354,6 +354,10 @@ export default {
url
:
this
.
goods
.
gallery
[
i
]
})
}
const
keywords
=
response
.
data
.
data
.
goods
.
keywords
if
(
keywords
!==
null
)
{
this
.
keywords
=
keywords
.
split
(
'
,
'
)
}
})
listCatAndBrand
().
then
(
response
=>
{
...
...
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