From f88d2029c7b2c66fcf0a9dffdc55da75b939c2ea Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期二, 12 八月 2025 10:55:54 +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