We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d18f561 commit 5252480Copy full SHA for 5252480
playground/src/views/system/dept/modules/form.vue
@@ -37,7 +37,7 @@ const [Modal, modalApi] = useVbenModal({
37
const { valid } = await formApi.validate();
38
if (valid) {
39
modalApi.lock();
40
- const data = formApi.getValues();
+ const data = await formApi.getValues();
41
try {
42
await (formData.value?.id
43
? updateDept(formData.value.id, data)
0 commit comments