From a984f4167d833d04ab3d38c2914b33b775bc252f Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Wed, 03 Nov 2021 19:58:43 +0800
Subject: [PATCH] 制证申请,导出

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

diff --git a/src/api/accreditationRecords/accreditationRecords.js b/src/api/accreditationRecords/accreditationRecords.js
index 113bd65..d67b8c3 100644
--- a/src/api/accreditationRecords/accreditationRecords.js
+++ b/src/api/accreditationRecords/accreditationRecords.js
@@ -13,6 +13,17 @@
     })
 }
 
+export const getAccreditationRecords = (id) => {
+    return request({
+        url: '/api/accreditationRecords/details',
+        method: 'get',
+        params: {
+            id,
+        }
+    })
+}
+
+
 export const remove = (ids) => {
     return request({
         url: '/api/accreditationRecords/remove',

--
Gitblit v1.9.3