From e5c313534d5ad4bfd97cb7930c7e54f0826a7e97 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 03 Sep 2021 17:31:13 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises

---
 src/api/examapi/applyexam.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/api/examapi/applyexam.js b/src/api/examapi/applyexam.js
index 7f6700f..5200c39 100644
--- a/src/api/examapi/applyexam.js
+++ b/src/api/examapi/applyexam.js
@@ -60,7 +60,7 @@
     })
 }
 
-export const addExam = (ids, examTime, startTime, endTime) => {
+export const addExam = (ids, examTime, startTime, number, endTime) => {
     return request({
         url: '/api/apply/batchExam',
         method: 'post',
@@ -68,6 +68,7 @@
             ids,
             examTime,
             startTime,
+            number,
             endTime
         }
     })

--
Gitblit v1.9.3