Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-shop-manage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
2018-03-14 15:36:48 +0800
Commit
d224546eeaa847f8e81d22298305f3bae97d2964
1 parent
3d843b0d
品牌组件reset值清空
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/components/select/select-search-brand.vue
app/components/select/select-search-brand.vue
View file @
d224546
...
...
@@ -35,7 +35,7 @@
},
watch: {
value(val) {
this.brandId = val;
this.brandId = val
|| ''
;
}
},
methods: {
...
...
Please
register
or
login
to post a comment