This commit is contained in:
Cold
2026-01-26 14:43:47 +08:00
34 changed files with 3382 additions and 179 deletions

View File

@@ -171,7 +171,7 @@ const onSubmit = async () => {
emit('refresh');
} catch (error) {
console.error('操作失败:', error);
ElMessage.error(state.formData.id ? '修改失败' : '添加失败');
// 错误已由请求拦截器统一处理
} finally {
state.loading = false;
}