From cac30d3d83513eae0fbab9de25ec60fcb8c98cee Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 02 Sep 2021 11:24:27 +0800
Subject: [PATCH] 正式,模拟考试申请修改,新增通过报名人数来报名

---
 src/views/traincompany/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/traincompany/index.vue b/src/views/traincompany/index.vue
index 86882d7..c1846be 100644
--- a/src/views/traincompany/index.vue
+++ b/src/views/traincompany/index.vue
@@ -271,7 +271,7 @@
   },
   created() {
       this.optionTrainApply.column[1].dicUrl =
-        "/api/blade-user/security-apply-tree?deptId=" +
+        "/api/blade-user/security-apply-tree?examType=2&deptId=" +
         this.userInfo.dept_id;
   },
   methods: {

--
Gitblit v1.9.3