From 10afbe8e2fab308bfe02dff92c06153df78061ad Mon Sep 17 00:00:00 2001 From: YunaiV Date: Fri, 12 Jan 2024 21:01:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20MALL=EF=BC=9A=E5=95=86=E5=93=81?= =?UTF-8?q?=E7=BC=96=E8=BE=91=20=3D>=20=E4=BC=98=E5=8C=96=20DescriptionFor?= =?UTF-8?q?m=20=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mall/product/spu/form/DeliveryForm.vue | 1 - .../mall/product/spu/form/DescriptionForm.vue | 50 ++++------ src/views/mall/product/spu/form/InfoForm.vue | 1 - src/views/mall/product/spu/form/OtherForm.vue | 91 +++++++++++++++++++ .../product/spu/form/OtherSettingsForm.vue | 89 ------------------ src/views/mall/product/spu/form/index.vue | 12 +-- 6 files changed, 116 insertions(+), 128 deletions(-) create mode 100644 src/views/mall/product/spu/form/OtherForm.vue delete mode 100644 src/views/mall/product/spu/form/OtherSettingsForm.vue diff --git a/src/views/mall/product/spu/form/DeliveryForm.vue b/src/views/mall/product/spu/form/DeliveryForm.vue index 5b91277b..1503122d 100644 --- a/src/views/mall/product/spu/form/DeliveryForm.vue +++ b/src/views/mall/product/spu/form/DeliveryForm.vue @@ -75,7 +75,6 @@ watch( /** 表单校验 */ const emit = defineEmits(['update:activeName']) const validate = async () => { - // 校验表单 if (!formRef) return try { await unref(formRef)?.validate() diff --git a/src/views/mall/product/spu/form/DescriptionForm.vue b/src/views/mall/product/spu/form/DescriptionForm.vue index 99e1336b..8bd6b48c 100644 --- a/src/views/mall/product/spu/form/DescriptionForm.vue +++ b/src/views/mall/product/spu/form/DescriptionForm.vue @@ -1,11 +1,6 @@ +