mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 03:52:50 +00:00
perf: 移动任务后,对应项目路径也要更改显示
This commit is contained in:
parent
989e5a5f9d
commit
67dafae9d6
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user