From ad629dccbdb74d223e94399db7ce9759afc05cfb Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Thu, 12 Mar 2026 16:17:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/app/shop/addEdit.vue | 1 + 1 file changed, 1 insertion(+) 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) {