From bb29e68d6fe733c148a6eb61a2217dea646fdc33 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Tue, 21 Feb 2023 16:29:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E6=A3=80=E6=A8=A1=E6=9D=BF=20api=20?= =?UTF-8?q?=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/utils/webapi.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/client/src/utils/webapi.js b/web/client/src/utils/webapi.js index f0c4216..63855e1 100644 --- a/web/client/src/utils/webapi.js +++ b/web/client/src/utils/webapi.js @@ -23,6 +23,10 @@ export const ApiTable = { patrolPlan: 'patrolPlan', // 增改查 delPatrolPlan: 'patrolPlan/{id}', + // 巡检模板 + patrolTemplate: 'patrolTemplate', // 增改查 + delPatrolTemplate: 'patrolTemplate/{id}', + // 巡检记录 patrolRecord: 'patrolRecord/:patrolPlanId/:startTime/:endTime/:alarm/:pointId',