From ae36dc20aea3d2f74d893305d9f94a1845d8fa20 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期五, 06 九月 2024 10:17:50 +0800
Subject: [PATCH] 增加公司编号

---
 src/api/hazardousChemicals/count.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/hazardousChemicals/count.js b/src/api/hazardousChemicals/count.js
index cb84b3d..3c5e491 100644
--- a/src/api/hazardousChemicals/count.js
+++ b/src/api/hazardousChemicals/count.js
@@ -36,3 +36,11 @@
         data: params
     })
 }
+
+export function unWarningCount() {
+    return request({
+        url: '/warning/warningCount',
+        method: 'get',
+    })
+}
+

--
Gitblit v1.9.2