chore: update StdDesign

This commit is contained in:
0xJacky 2022-11-28 22:12:42 +08:00
parent 5186f47b75
commit 133a0e9501
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
9 changed files with 59 additions and 36 deletions

View file

@ -40,7 +40,7 @@ async function ok() {
message.success($gettext('Save successfully'))
emit('onSave')
}).catch((e: any) => {
message.error(e?.message ?? $gettext('Server error'))
message.error($gettext(e?.message) ?? $gettext('Server error'))
}).finally(() => {
loading.value = false
})