From 66da0f6808fa8496a3216c94973a552389ab96ba Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期一, 02 九月 2024 13:27:25 +0800 Subject: [PATCH] 解决冲突 --- Web/src/api/wcs/wcsAlarmInfo.ts | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/Web/src/api/wcs/wcsAlarmInfo.ts b/Web/src/api/wcs/wcsAlarmInfo.ts index c2772d1..9da18cd 100644 --- a/Web/src/api/wcs/wcsAlarmInfo.ts +++ b/Web/src/api/wcs/wcsAlarmInfo.ts @@ -5,6 +5,8 @@ UpdateWcsAlarmInfo = '/api/wcsAlarmInfo/update', PageWcsAlarmInfo = '/api/wcsAlarmInfo/page', DetailWcsAlarmInfo = '/api/wcsAlarmInfo/detail', + ListWcsAlarmInfo = '/api/wcsAlarmInfo/list', + ResetWcsAlarmInfo = '/api/wcsAlarmInfo/reset', } // 澧炲姞鎶ヨ淇℃伅琛� @@ -47,4 +49,18 @@ data: { id }, }); +// 鎶ヨ淇℃伅鍒楄〃 +export const listWcsAlarmInfo = (params?: any) => + request({ + url: Api.ListWcsAlarmInfo, + method: 'get', + data: params, + }); +// 澶嶄綅 +export const resetWcsAlarmInfo = (params?: any) => + request({ + url: Api.ResetWcsAlarmInfo, + method: 'post', + data: params, + }); \ No newline at end of file -- Gitblit v1.8.0