From c641138f22144682d89fb91c5ba7b836b3e665b6 Mon Sep 17 00:00:00 2001 From: mixtan <424491071@qq.com> Date: Fri, 27 Jun 2025 09:35:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E5=95=86=E5=93=81=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/productList/components/addProductEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/product/productList/components/addProductEdit.vue b/src/views/product/productList/components/addProductEdit.vue index aeb0087..9e5e380 100644 --- a/src/views/product/productList/components/addProductEdit.vue +++ b/src/views/product/productList/components/addProductEdit.vue @@ -1952,7 +1952,7 @@ export default { let that = this const strSpecs = this.shop_product_info ? this.shop_product_info.product_spec - : '' + : '{}' const specs = JSON.parse(strSpecs) console.info('+++++++++++++++++') console.info(specs)