From 2233525a6918b764c0cb22936f080cb57b9a2e86 Mon Sep 17 00:00:00 2001 From: lihaoyuan <18278596806@163.com> Date: Mon, 20 Oct 2025 11:36:23 +0800 Subject: [PATCH] =?UTF-8?q?update:=E4=BF=AE=E6=94=B9=E5=95=86=E5=93=81?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=98=BE=E7=A4=BA=E7=9A=84=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=8E=BB=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/productList/components/addProductEdit.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/product/productList/components/addProductEdit.vue b/src/views/product/productList/components/addProductEdit.vue index 6928389..58c339d 100644 --- a/src/views/product/productList/components/addProductEdit.vue +++ b/src/views/product/productList/components/addProductEdit.vue @@ -10,7 +10,7 @@ > -
{{ __('基本信息') }}
+
{{ __('基本信息1111') }}
@@ -1760,7 +1760,7 @@ export default { // 当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, @@ -1777,7 +1777,7 @@ export default { 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,