3beec42913313b6730655c889a510a6db312a282
根因:submit() 方法的 .then() 回调中 else 分支使用 res.message(后端返回 res.msg), 且缺少 .catch() 错误处理。当请求异常时既无错误提示也不触发 submitOk 事件。 修复: 1. 统一使用 res.msg 替代 res.message 2. 添加 .catch() 错误处理(console.error + 用户提示) 3. 统一使用已导入的 ElMessage 替代 proxy.$message Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Java
49.4%
Vue
44.9%
JavaScript
4.6%
HTML
0.7%
SCSS
0.1%