diff --git a/src/views/app/shop/addEdit.vue b/src/views/app/shop/addEdit.vue index 35d03eb..abc9a59 100644 --- a/src/views/app/shop/addEdit.vue +++ b/src/views/app/shop/addEdit.vue @@ -95,6 +95,17 @@ + + + + + + + @@ -256,6 +267,7 @@ export default { if (this.type == "1") { // 编辑 this.submitLoading = true; + delete this.form.products editShop(this.form).then((res) => { this.submitLoading = false; if (res.success) {