Merge branch 'dev' of https://gitee.com/red-future---jilin-g/admin-ui into dev
This commit is contained in:
@@ -171,7 +171,7 @@ const onSubmit = async () => {
|
||||
emit('refresh');
|
||||
} catch (error) {
|
||||
console.error('操作失败:', error);
|
||||
ElMessage.error(state.formData.id ? '修改失败' : '添加失败');
|
||||
// 错误已由请求拦截器统一处理
|
||||
} finally {
|
||||
state.loading = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user