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