This commit is contained in:
guochunsi
2026-01-08 19:00:25 +08:00
parent 8a1faabd70
commit 98fcd368f9
45 changed files with 1818 additions and 2354 deletions

View File

@@ -232,8 +232,9 @@ const handleSubmit = async () => {
}
dialogVisible.value = false
getDataList()
} catch (error) {
// 提交失败
} catch (error: any) {
// 处理业务错误
message.error(error.msg)
} finally {
submitLoading.value = false
}