소스 검색

【代码优化】商城:优惠劵的描述字段新增

YunaiV 11 달 전
부모
커밋
8cb59315da
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/mall/promotion/coupon/template/CouponTemplateForm.vue

+ 1 - 0
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,