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,