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

pull/515/MERGE
YunaiV 2024-08-31 09:13:05 +08:00
parent 15bd591c1b
commit 8cb59315da
1 changed files with 1 additions and 0 deletions

View File

@ -336,6 +336,7 @@ const resetForm = () => {
formData.value = {
id: undefined,
name: undefined,
description: undefined,
discountType: PromotionDiscountTypeEnum.PRICE.type,
discountPrice: undefined,
discountPercent: undefined,