mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 18:42:54 +00:00
fix: 修复错误提示
This commit is contained in:
parent
1e92ca5518
commit
e7239b3c5c
@ -204,8 +204,8 @@ export default {
|
||||
params.row.__restorePoptipTitle = this.$L('检测到所属的任务列表已被删除,该操作将会还原任务列表,你确定要还原归档吗?');
|
||||
}
|
||||
params.row.__restorePoptipShow = true;
|
||||
}).catch(() => {
|
||||
// this.noText = '数据加载失败';
|
||||
}).catch(({msg}) => {
|
||||
$A.modalError({content: msg});
|
||||
}).finally(_ => {
|
||||
params.row.__restorePoptipLoadIng = false
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user