From 1b3277c4b8c2fb401a1df8c52d0a063f64f07022 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 13 Dec 2023 11:02:37 +0800
Subject: [PATCH] 固定岗、流动岗新增、保安员证信息添加派遣信息

---
 src/api/check/postFiling.js |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/src/api/check/postFiling.js b/src/api/check/postFiling.js
index 0993e6b..21e7c55 100644
--- a/src/api/check/postFiling.js
+++ b/src/api/check/postFiling.js
@@ -36,4 +36,14 @@
             ids,
         }
     })
-}
\ No newline at end of file
+}
+
+export const getDetail = (params) => {
+  return request({
+    url: '/api/postFiling/detail',
+    method: 'get',
+    params: {
+      ...params
+    }
+  })
+}

--
Gitblit v1.9.3