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',