fix: 修复客户端任务新窗口无法修改任务等级
This commit is contained in:
parent
f72114c223
commit
1c79361094
@ -80,6 +80,7 @@ export default {
|
|||||||
this.$store.dispatch("getTaskContent", this.taskId);
|
this.$store.dispatch("getTaskContent", this.taskId);
|
||||||
this.$store.dispatch("getTaskFiles", this.taskId);
|
this.$store.dispatch("getTaskFiles", this.taskId);
|
||||||
this.$store.dispatch("getTaskForParent", this.taskId).catch(() => {})
|
this.$store.dispatch("getTaskForParent", this.taskId).catch(() => {})
|
||||||
|
this.$store.dispatch("getTaskPriority").catch(() => {})
|
||||||
}).catch(({msg}) => {
|
}).catch(({msg}) => {
|
||||||
this.loadIng--;
|
this.loadIng--;
|
||||||
$A.modalError({
|
$A.modalError({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user