From b3b30675670389239a6d0f39ec0d8ff5f974926f Mon Sep 17 00:00:00 2001 From: BabyBoy <2019108827@qq.com> Date: Mon, 22 Sep 2025 10:46:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pms/product/AddProduct.vue | 6 +++--- src/views/pms/product/index.vue | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/views/pms/product/AddProduct.vue b/src/views/pms/product/AddProduct.vue index 4bb8377..5b0ef08 100644 --- a/src/views/pms/product/AddProduct.vue +++ b/src/views/pms/product/AddProduct.vue @@ -67,13 +67,13 @@ - + @@ -453,7 +453,7 @@ export default { this.albumPics = albumPics.split(','); } this.form = response.data; - this.form.publishStatus = this.form.publishStatus.toString(); + // this.form.publishStatus = this.form.publishStatus.toString(); if (this.form.productAttr) { this.productAttr = JSON.parse(this.form.productAttr); } diff --git a/src/views/pms/product/index.vue b/src/views/pms/product/index.vue index 35af538..d607ba3 100644 --- a/src/views/pms/product/index.vue +++ b/src/views/pms/product/index.vue @@ -45,7 +45,7 @@ @@ -88,6 +88,7 @@