From ef9ea2c97cdbe5bb5fcc21c7186a0dc61679f01d Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 22 八月 2023 18:08:26 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.110.209:9001/r/lims-before

---
 src/api/home.js |   37 +++++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/src/api/home.js b/src/api/home.js
new file mode 100644
index 0000000..7c33bcc
--- /dev/null
+++ b/src/api/home.js
@@ -0,0 +1,37 @@
+import request from '@/utils/request'
+
+//鑾峰彇宸叉楠宼op3
+export function getVerifiedTop3(params) {
+    return request({
+      url: '/home/checktop3',
+      method: 'get',
+      params
+    })
+}
+
+//鑾峰彇鏈楠宼op4
+export function getUncheckedTop4(params) {
+    return request({
+      url: '/home/unchecktop4',
+      method: 'get',
+      params
+    })
+}
+
+//鑾峰彇鍘熸潗鏂欎笌鎴愬搧鍚堟牸鐜�
+export function getMatAndFinshQualified(params) {
+    return request({
+      url: '/home/qualified',
+      method: 'get',
+      params
+    })
+}
+
+//鑾峰彇妫�楠屼笌鏈楠岀殑鍗曞瓙涓庨」鐩殑鏁伴噺
+export function getCheckAndProjectNum(params) {
+    return request({
+      url: '/home/checkProjectNum',
+      method: 'get',
+      params
+    })
+}
\ No newline at end of file

--
Gitblit v1.9.3