@@ -148,7 +148,16 @@ export default {
return this.$store.state.common.arrProductSaleType
},
arrProductStatus() {
- return this.$store.state.common.arrProductStatus
+ return [
+ {
+ name: '未上架',
+ value: '0'
+ },
+ name: '已上架',
+ value: '1'
+ }
+ ]
}
methods: {