Commit 8cb59315 by YunaiV

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

parent 15bd591c
......@@ -336,6 +336,7 @@ const resetForm = () => {
formData.value = {
id: undefined,
name: undefined,
description: undefined,
discountType: PromotionDiscountTypeEnum.PRICE.type,
discountPrice: 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