mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-06-19 23:02:00 +08:00
【代码优化】商城:优惠劵的描述字段新增
This commit is contained in:
parent
15bd591c1b
commit
8cb59315da
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user