From b09ed762edb698bb12b11beb28ee7c2de76ceecc Mon Sep 17 00:00:00 2001 From: sean.zhou <sean.zhou@dji.com> Date: Tue, 14 Mar 2023 19:44:44 +0800 Subject: [PATCH] Fix the issue that the data is not displayed when the map is not loaded. --- src/api/wayline.ts | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/api/wayline.ts b/src/api/wayline.ts index ec579dc..b7d4987 100644 --- a/src/api/wayline.ts +++ b/src/api/wayline.ts @@ -65,8 +65,10 @@ dock_name: string, workspace_id: string, username: string, - execute_time: string, + begin_time: string, end_time: string, + execute_time: string, + completed_time: string, status: TaskStatus, // 任务状态 progress: number, // 执行进度 code: number, // 错误码 -- Gitblit v1.9.3