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