mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-19 01:15:53 +08:00
修改上星期提交的bug
This commit is contained in:
@@ -1114,7 +1114,6 @@ export default {
|
|||||||
? (submit.recommend = true)
|
? (submit.recommend = true)
|
||||||
: (submit.recommend = false);
|
: (submit.recommend = false);
|
||||||
|
|
||||||
return;
|
|
||||||
if (this.goodsId) {
|
if (this.goodsId) {
|
||||||
API_GOODS.editGoods(this.goodsId, submit).then((res) => {
|
API_GOODS.editGoods(this.goodsId, submit).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
|
|||||||
Reference in New Issue
Block a user