perf: 移动任务后,对应项目路径也要更改显示

This commit is contained in:
weifashi 2023-12-26 17:16:57 +08:00
parent 989e5a5f9d
commit 67dafae9d6

View File

@ -269,6 +269,8 @@ export default {
}
}).then(({data,msg}) => {
this.loadIng--;
data.column_name = "";
data.project_name = "";
this.$store.dispatch("saveTask", data);
$A.messageSuccess(msg);
this.close()