mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 15:13:30 +00:00
refactor(front): update FormButton click handlers to support async functionality
This commit is contained in:
@@ -57,7 +57,7 @@ const props = defineProps<{
|
||||
rules="required" />
|
||||
</div>
|
||||
</div>
|
||||
<FormButton @click="(form) => {
|
||||
<FormButton @click="async (form) => {
|
||||
onFileHandle({ type: 'file-share', config: values })
|
||||
hide()
|
||||
}">提交</FormButton>
|
||||
|
||||
Reference in New Issue
Block a user