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 @@ +