zhouda1fu
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
playground/src/views/system/dept/modules/form.vue
|
|
|
@ -37,7 +37,7 @@ const [Modal, modalApi] = useVbenModal({ |
|
|
|
const { valid } = await formApi.validate(); |
|
|
|
if (valid) { |
|
|
|
modalApi.lock(); |
|
|
|
const data = formApi.getValues(); |
|
|
|
const data = await formApi.getValues(); |
|
|
|
try { |
|
|
|
await (formData.value?.id |
|
|
|
? updateDept(formData.value.id, data) |
|
|
|
|