From 4028699418223a750a0ff0aab26df15947e95e70 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Fri, 7 Jul 2023 15:53:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=98=BE=E5=A4=8D=E6=9D=82=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/path.js | 7 +++++++ src/components/PathPlan.vue | 6 +++--- src/components/Task.vue | 11 +++++++++-- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/src/api/path.js b/src/api/path.js index d5b0163..9380a38 100644 --- a/src/api/path.js +++ b/src/api/path.js @@ -14,3 +14,10 @@ export const pathPlanApi = (id, data) => { data, }) } + +export const getPlanPathListApi = id => { + return request({ + url: `/path/list/${id}`, + method: 'GET', + }) +} diff --git a/src/components/PathPlan.vue b/src/components/PathPlan.vue index 4eadb4b..8b900ec 100644 --- a/src/components/PathPlan.vue +++ b/src/components/PathPlan.vue @@ -16,7 +16,7 @@