From dd17d48fa72f859be4d7ba35c1f3842370462e54 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Mon, 23 Nov 2020 18:06:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=94=A8=E6=8E=92=E7=8F=AD=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E7=94=9F=E6=88=90=E6=8E=A5=E5=8F=A3=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/runplan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/runplan.js b/src/api/runplan.js index b5a4cd1dd..9955f59d0 100644 --- a/src/api/runplan.js +++ b/src/api/runplan.js @@ -362,7 +362,7 @@ export function postDailyRunPlanLoadGenerate(id) { // 加载通用排班计划 export function postSchedulingCommonGenerate(mapId) { return request({ - url: `/api/v1/scheduling/common/generate?mapId=${mapId}`, + url: `/api/v1/scheduling/generate/common?mapId=${mapId}`, method: 'post' }); }