@@ -164,6 +164,10 @@ export default {
if (this.$route.query.id) {
this.form.id = this.$route.query.id
this.disabled = Boolean(this.$route.query.disabled)
+ this.onOrOffOptions.push({
+ value: 3,
+ label: '下架'
+ })
this.getDetail()
}
},