mirror of
https://github.com/keven1024/015.git
synced 2026-06-08 13:24:33 +00:00
refactor(front): update FormButton click handlers to support async functionality
This commit is contained in:
@@ -9,7 +9,7 @@ const emit = defineEmits<{
|
||||
(e: 'change', key: string): void
|
||||
}>()
|
||||
|
||||
const handleFormSubmit = (form: any) => {
|
||||
const handleFormSubmit = async (form: any) => {
|
||||
const { file } = form?.values || {}
|
||||
showDrawer({
|
||||
render: ({ hide }) => h(FileShareDrawer, {
|
||||
|
||||
Reference in New Issue
Block a user