From 87fb8153ea72bb34e5a99ef3d12bec2659ab85cf Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Tue, 24 Aug 2021 10:53:52 +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