auto-sync: 2026-05-20 23:08:35
This commit is contained in:
@@ -629,6 +629,7 @@ function ProjectSelector({ taskId, currentProject, projects }: {
|
||||
const toast = useStore.getState().toast;
|
||||
toast(`✅ 已移动到 ${projects[targetPid]?.name || targetPid}`);
|
||||
useStore.getState().loadV2Tasks();
|
||||
useStore.getState().setModalTaskId(null); // 关闭 TaskModal
|
||||
} else {
|
||||
const d = await res.json();
|
||||
useStore.getState().toast(d.detail || '移动失败', 'err');
|
||||
|
||||
Reference in New Issue
Block a user