|
@@ -7,7 +7,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view style="float:right">
|
|
<view style="float:right">
|
|
|
<button class="admin-button-com middle blue" style="margin-right:10upx;" @click="clearSelect()">清除已选</button>
|
|
<button class="admin-button-com middle blue" style="margin-right:10upx;" @click="clearSelect()">清除已选</button>
|
|
|
- <button class="admin-button-com middle blue" @click="newCg()">新种类</button>
|
|
|
|
|
|
|
+ <button class="admin-button-com middle blue" @click="newCg()">新商品</button>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
@@ -142,7 +142,7 @@ export default {
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
getPlantList() {
|
|
getPlantList() {
|
|
|
- return getCategoryGoodsB({status:1,page:this.list.page,...this.form,flower:0}).then(res => {
|
|
|
|
|
|
|
+ return getCategoryGoodsB({status:'',page:this.list.page,...this.form,flower:0}).then(res => {
|
|
|
this.completes(res)
|
|
this.completes(res)
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|