【BUG】修改会员管理不能发送电子券的功能
parent
385c01ef17
commit
467184a8ab
|
|
@ -136,6 +136,7 @@ const open = async (type: string, id?: number) => {
|
||||||
dialogVisible.value = true
|
dialogVisible.value = true
|
||||||
dialogTitle.value = t('action.' + type)
|
dialogTitle.value = t('action.' + type)
|
||||||
formType.value = type
|
formType.value = type
|
||||||
|
console.log(formRef.value.getValues())
|
||||||
await resetForm()
|
await resetForm()
|
||||||
// 修改时,设置数据
|
// 修改时,设置数据
|
||||||
if (id) {
|
if (id) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue