diff --git a/src/views/app/shop/addEdit.vue b/src/views/app/shop/addEdit.vue index abc9a59..2961db2 100644 --- a/src/views/app/shop/addEdit.vue +++ b/src/views/app/shop/addEdit.vue @@ -268,6 +268,7 @@ export default { // 编辑 this.submitLoading = true; delete this.form.products + delete this.form.saleCount editShop(this.form).then((res) => { this.submitLoading = false; if (res.success) {