fix: 修复客户端任务新窗口无法修改任务等级

This commit is contained in:
kuaifan 2022-02-23 14:53:15 +08:00
parent f72114c223
commit 1c79361094

View File

@ -80,6 +80,7 @@ export default {
this.$store.dispatch("getTaskContent", this.taskId);
this.$store.dispatch("getTaskFiles", this.taskId);
this.$store.dispatch("getTaskForParent", this.taskId).catch(() => {})
this.$store.dispatch("getTaskPriority").catch(() => {})
}).catch(({msg}) => {
this.loadIng--;
$A.modalError({