修改上星期提交的bug
parent
5ac39d0e93
commit
b5b74e8b3b
|
@ -1114,7 +1114,6 @@ export default {
|
|||
? (submit.recommend = true)
|
||||
: (submit.recommend = false);
|
||||
|
||||
return;
|
||||
if (this.goodsId) {
|
||||
API_GOODS.editGoods(this.goodsId, submit).then((res) => {
|
||||
if (res.success) {
|
||||
|
|
Loading…
Reference in New Issue