From 04f3f15c930c2b02187d0ce11d68978b65361d54 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期五, 31 三月 2023 09:26:29 +0800 Subject: [PATCH] 修复多数bug --- api/globalApi.js | 29 ++++++++++++++++++++++++++++- 1 files changed, 28 insertions(+), 1 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index ab1cbff..9c99255 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -36,7 +36,7 @@ // method: "POST" // }, /** - * @杞彂淇敼 + * @description 杞彂淇敼 */ forward: { url: "/wrzs/userOperation/forwardList", @@ -55,6 +55,13 @@ deleteForward: { url: "/wrzs/userOperation/deleteForward", method: "POST" + }, + /** + * @description 鑾峰彇鍘嗗彶鎻愮叅鍗� + */ + getJhOrderPlanDataPage: { + url: '/wrzs/userOperation/getJhOrderPlanDataPage', + method: "GET" }, // 璐т唬棣栭〉鍒楄〃 // huoDaiList: { @@ -236,6 +243,20 @@ }, /** + * @description 绗竴娆℃斁绌� + */ + getOneEvacuation: { + url: "/wrzs/userOperation/getOneEvacuation", + method: 'GET' + }, + /** + * @description 绗簩娆℃斁绌� + */ + getTwoEvacuation: { + url: "/wrzs/userOperation/getTwoEvacuation", + method: 'GET' + }, + /** * @绉伴噸 */ saveWeigh: { @@ -262,5 +283,11 @@ coalDayPage: { url: "/wrzs/tmtaskcoallog/getTmId", method: 'GET' + }, + + // 鑾峰彇openId + getCallOutList: { + url: '/wrzs/callout/getCallOutList', + method: 'GET' } } -- Gitblit v1.9.1