feat: 我的抄送搜索/优化重复触发的接口

This commit is contained in:
dap
2024-12-20 09:49:03 +08:00
parent 4e79182c7a
commit 7f239133b5
2 changed files with 190 additions and 33 deletions

View File

@@ -130,6 +130,7 @@ async function handleLoadInfo(task: TaskInfo | undefined) {
currentFlowInfo.value = resp;
const taskResp = await getTaskByTaskId(props.task!.id);
console.log('taskResp', taskResp);
currentTask.value = taskResp;
} catch (error) {
console.error(error);