【BUG】修改会员管理不能发送电子券的功能

pull/551/head
痴货 2024-09-11 16:03:02 +08:00
parent 385c01ef17
commit 467184a8ab
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ const open = async (type: string, id?: number) => {
dialogVisible.value = true
dialogTitle.value = t('action.' + type)
formType.value = type
console.log(formRef.value.getValues())
await resetForm()
//
if (id) {