Commit 3a799fc6 by lixiaomin

商品状态修改

parent c900488f
......@@ -304,7 +304,7 @@ export default {
sendForm.pics = JSON.stringify(sendForm.pics);
sendForm.goodsTagList = this.goodsTagList;
if (sendForm.id != null) {
if(sendForm.state != "4" && sendForm.state != "2"){
if(sendForm.state == "3"){
this.$message.error("下架商品之后才可以修改!");
return;
}
......
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