From bfb838d1c3aba72fe6b3de37f065902279a7d40c Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Thu, 06 Mar 2025 08:30:56 +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