From 62feaa429971245b5837c456ef830e87a75b7a14 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Thu, 28 Nov 2024 15:45:24 +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