From 8cb59315da8750141ff482e8ca22c88886ed8b2c Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 31 Aug 2024 09:13:05 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E3=80=91=E5=95=86=E5=9F=8E=EF=BC=9A=E4=BC=98=E6=83=A0=E5=8A=B5?= =?UTF-8?q?=E7=9A=84=E6=8F=8F=E8=BF=B0=E5=AD=97=E6=AE=B5=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mall/promotion/coupon/template/CouponTemplateForm.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/mall/promotion/coupon/template/CouponTemplateForm.vue b/src/views/mall/promotion/coupon/template/CouponTemplateForm.vue index c2e21ed6..a218090f 100644 --- a/src/views/mall/promotion/coupon/template/CouponTemplateForm.vue +++ b/src/views/mall/promotion/coupon/template/CouponTemplateForm.vue @@ -336,6 +336,7 @@ const resetForm = () => { formData.value = { id: undefined, name: undefined, + description: undefined, discountType: PromotionDiscountTypeEnum.PRICE.type, discountPrice: undefined, discountPercent: undefined,