From 76d5a3e9f27f0e438417534dfb09d94f834e3458 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 11 Nov 2021 20:47:27 +0800
Subject: [PATCH] 制证管理修改
---
src/api/accreditationRecords/accreditationRecords.js | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/src/api/accreditationRecords/accreditationRecords.js b/src/api/accreditationRecords/accreditationRecords.js
index d67b8c3..f67bd8d 100644
--- a/src/api/accreditationRecords/accreditationRecords.js
+++ b/src/api/accreditationRecords/accreditationRecords.js
@@ -51,6 +51,24 @@
}
+export const audit = (row) => {
+ return request({
+ url: '/api/accreditationRecords/audit',
+ method: 'post',
+ data: row
+ })
+}
+
+
+export const batchAudit = (row) => {
+ return request({
+ url: '/api/accreditationRecords/batchAudit',
+ method: 'post',
+ data: row
+ })
+}
+
+
export const securityApply = (row) => {
return request({
url: '/api/accreditationRecords/securityApply',
--
Gitblit v1.9.3