Просмотр исходного кода

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

YunaiV 11 месяцев назад
Родитель
Сommit
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,