From a2e6ef22cc74bdff9d54f986f6e1de7f1b9559ff Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sat, 21 Aug 2021 16:04:11 +0800
Subject: [PATCH] 保安员审查异常标记修改
---
src/api/examapi/applyexam.js | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/api/examapi/applyexam.js b/src/api/examapi/applyexam.js
index 20143fb..7f6700f 100644
--- a/src/api/examapi/applyexam.js
+++ b/src/api/examapi/applyexam.js
@@ -30,6 +30,16 @@
})
}
+
+
+export const cancelApplyNotApplyId = (row) => {
+ return request({
+ url: '/api/apply/cancelApplyNotApplyId',
+ method: 'post',
+ data: row
+ })
+}
+
export const updateApply = (row) => {
return request({
url: '/api/apply/submit',
--
Gitblit v1.9.3