描述:优惠券回显 折扣

This commit is contained in:
SelfRidicule 2024-04-10 16:18:12 +08:00
parent 4519d6f061
commit 15aa7caef5

View File

@ -476,7 +476,7 @@ export default {
this.$nextTick(() => { this.$nextTick(() => {
this.form.setFieldsValue(pick(this.mdl, 'id', 'tenantId', 'parkId', 'title', 'content', 'duration', 'type', 'money', this.form.setFieldsValue(pick(this.mdl, 'id', 'tenantId', 'parkId', 'title', 'content', 'duration', 'type', 'money',
'address', 'isVerification', 'enterpriseIds', 'isShow', 'startTime', 'endDate', 'remark', 'address', 'isVerification', 'enterpriseIds', 'isShow', 'startTime', 'endDate', 'remark',
'isDefault', 'version', 'deleteFlag', 'createBy', 'createTime', 'updateBy', 'updateTime')) 'isDefault', 'version', 'deleteFlag', 'createBy', 'createTime', 'updateBy', 'updateTime', 'discount'))
}) })
get(record.id).then(res => { get(record.id).then(res => {
// //