Skip to content

Commit 8cb5931

Browse files
committed
【代码优化】商城:优惠劵的描述字段新增
1 parent 15bd591 commit 8cb5931

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/mall/promotion/coupon/template/CouponTemplateForm.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ const resetForm = () => {
336336
formData.value = {
337337
id: undefined,
338338
name: undefined,
339+
description: undefined,
339340
discountType: PromotionDiscountTypeEnum.PRICE.type,
340341
discountPrice: undefined,
341342
discountPercent: undefined,

0 commit comments

Comments
 (0)