From c2ba68ec63a87abb2e9be1047ccd1135981c4639 Mon Sep 17 00:00:00 2001 From: sszdot Date: Thu, 12 Dec 2024 19:03:07 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=B1=BB=20=20=E5=9E=8B=E3=80=91?= =?UTF-8?q?=EF=BC=9Afix=20=E3=80=90=E5=8E=9F=20=20=E5=9B=A0=E3=80=91?= =?UTF-8?q?=EF=BC=9AoldFile=E5=AD=97=E6=AE=B5=E7=94=A8=E4=BA=86=E7=A9=BA?= =?UTF-8?q?=E6=95=B0=E7=BB=84=20=E5=AF=BC=E8=87=B4=E5=BA=8F=E5=88=97?= =?UTF-8?q?=E5=8C=96=20bug=20=E3=80=90=E8=BF=87=20=20=E7=A8=8B=E3=80=91?= =?UTF-8?q?=EF=BC=9A=E6=8A=8AoldFile=E5=AD=97=E6=AE=B5=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=20=E7=A9=BA=E7=99=BD=E5=AD=97=E7=AC=A6=E4=B8=B2=20=E3=80=90?= =?UTF-8?q?=E5=BD=B1=20=20=E5=93=8D=E3=80=91=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/layout/components/main/product/sku/add.vue | 2 +- src/views/layout/components/main/shop/add.vue | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/layout/components/main/product/sku/add.vue b/src/views/layout/components/main/product/sku/add.vue index efdf2e9..8aec61b 100644 --- a/src/views/layout/components/main/product/sku/add.vue +++ b/src/views/layout/components/main/product/sku/add.vue @@ -94,7 +94,7 @@ export default { stock: '', purchase_channel: '', upFile: '', - oldFile: [] + oldFile: '' }, skuId: this.$route.params.id, // get参数 获取商品id 没有为添加页面 pageState: 'add', // 页面状态 diff --git a/src/views/layout/components/main/shop/add.vue b/src/views/layout/components/main/shop/add.vue index 621f84e..f0e0de6 100644 --- a/src/views/layout/components/main/shop/add.vue +++ b/src/views/layout/components/main/shop/add.vue @@ -108,6 +108,8 @@ export default { email: '', price_min: '', weight_max: '', + default_transport_price: '', + default_pack_price: '', desc: '', upFile: '', oldFile: '',