From 607f1908365cd514d50cf3e45bab695055516d4c Mon Sep 17 00:00:00 2001 From: guoshilong <123456> Date: Wed, 13 Sep 2023 11:23:24 +0800 Subject: [PATCH] 航线回显地图 --- src/api/wayline.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api/wayline.ts b/src/api/wayline.ts index da14c67..0838d99 100644 --- a/src/api/wayline.ts +++ b/src/api/wayline.ts @@ -42,7 +42,7 @@ waylineId:string dockSn: string workspaceId: string - taskType: number + taskType: TaskType executeSingleTime?: string repeatExecuteTimeArr?: string[] executeStartTime?: string -- Gitblit v1.9.3