Commit 8cb59315 by YunaiV

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

parent 15bd591c
...@@ -336,6 +336,7 @@ const resetForm = () => { ...@@ -336,6 +336,7 @@ const resetForm = () => {
formData.value = { formData.value = {
id: undefined, id: undefined,
name: undefined, name: undefined,
description: undefined,
discountType: PromotionDiscountTypeEnum.PRICE.type, discountType: PromotionDiscountTypeEnum.PRICE.type,
discountPrice: undefined, discountPrice: undefined,
discountPercent: undefined, discountPercent: undefined,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment