Commit cbeee67d authored by yaya's avatar yaya

feat:修改违规下架状态不更改

parent f6f6c90c
......@@ -248,7 +248,6 @@ export default {
if (item.id === row.id) {
item.statusName = '违规下架'
item.status = 1
item.isAbleSale = false
return item
}
return item
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment