瀏覽代碼

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

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,