Explorar o código

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

YunaiV hai 11 meses
pai
achega
8cb59315da

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