|
|
@@ -217,6 +217,7 @@ export default {
|
|
|
},
|
|
|
},
|
|
|
methods: {
|
|
|
+ init(){},
|
|
|
changeKind(){
|
|
|
this.pageTo({url:'/admin/goods/selectKind?style=2&flower='+this.form.flower})
|
|
|
},
|
|
|
@@ -358,7 +359,7 @@ export default {
|
|
|
this.form.cover = this.form.shopImg[0];
|
|
|
this.form.shortCover = this.form.shopImg[0];
|
|
|
}
|
|
|
- getClass({flower:res.data.flower}).then(res => {
|
|
|
+ getClass().then(res => {
|
|
|
if(res.code && res.code == 1){
|
|
|
this.categoryData = res.data
|
|
|
if (!this.$util.isEmpty(this.categoryData)) {
|