From d815fbd281d6bb9c1fff1712614bf9738fd32d73 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期四, 15 八月 2024 17:29:12 +0800 Subject: [PATCH] 工作台 --- src/api/hazardousChemicals/warning.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/api/hazardousChemicals/warning.js b/src/api/hazardousChemicals/warning.js index e26e81f..c442af6 100644 --- a/src/api/hazardousChemicals/warning.js +++ b/src/api/hazardousChemicals/warning.js @@ -14,3 +14,11 @@ method: 'delete' }) } + +export function handleWarning(params) { + return request({ + url: `/warning/markWarning`, + method: 'put', + data: params + }) +} -- Gitblit v1.9.2