From afc032eb6dc1f5d4407bbea7b805193d734080a3 Mon Sep 17 00:00:00 2001 From: wbc <942429426@qq.com> Date: Mon, 19 May 2025 14:20:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=AD=A3=E7=A1=AE=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project/contractManage/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/project/contractManage/api.ts b/src/views/project/contractManage/api.ts index ab64481..01428df 100644 --- a/src/views/project/contractManage/api.ts +++ b/src/views/project/contractManage/api.ts @@ -10,7 +10,7 @@ enum Api { getCategory = '/platform/catalogCategory/queryOutCategoryName', createPlansByHands = '/platform/inspectPlanInfo/createPlansByHands ', findLeafNodeInfos = '/platform/inspectPlanInfo/findLeafNodeInfos', - autoCreatePlans = 'platform/routineInspectionInfo/autoCreatePlans', + autoCreatePlans = '/platform/routineInspectionInfo/autoCreatePlans', } export function list(params: any) {