From 3588d62dd11946293e7aface95bfa4a7fc3413be Mon Sep 17 00:00:00 2001 From: lihaoyuan <18278596806@163.com> Date: Sat, 18 Oct 2025 16:42:30 +0800 Subject: [PATCH] =?UTF-8?q?update:=E5=8F=96=E6=B6=88=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=95=86=E5=93=81=E9=BB=98=E8=AE=A4=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/addProduct/components/addProductEdit.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/product/addProduct/components/addProductEdit.vue b/src/views/product/addProduct/components/addProductEdit.vue index 2c8c9fa..835c330 100644 --- a/src/views/product/addProduct/components/addProductEdit.vue +++ b/src/views/product/addProduct/components/addProductEdit.vue @@ -1706,7 +1706,7 @@ // 当specs 为空时 if (!this.specs || this.specs.length === 0) { const obj = { - main_color_img: this.default_image, + main_color_img: undefined, color_img: [], item_enable: 1001, item_is_default: false, @@ -1726,7 +1726,7 @@ for (let i = 0; i < descartes.length; i++) { let obj = { category_id: this.row.category_id, - main_color_img: this.default_image, + main_color_img: undefined, color_img: [], item_enable: 1001, item_is_default: false,