From ff066fb8d926d9a75efdcfdfc1b37f890cd98d82 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 14 Aug 2021 16:02:39 +0800
Subject: [PATCH] 解决冲突
---
src/views/traincompany/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/traincompany/index.vue b/src/views/traincompany/index.vue
index d7de7cb..b6ef7bf 100644
--- a/src/views/traincompany/index.vue
+++ b/src/views/traincompany/index.vue
@@ -3,7 +3,7 @@
* @Date: 2021-07-07 17:30:05
* @Last Modified by: Morpheus
* @Last Modified time: 2021-07-10 16:06:14
- * menu-name 保安培训单位
+ * menu-name 保安培训报名
*/
<template>
<basic-container>
@@ -286,6 +286,7 @@
submit(){
batchTrain({
userIds: this.formTrainApply.userId.join(","),
+ trainingUnitId: this.formTrainApply.trainingUnitId
}).then(
(res) => {
this.onLoad(this.page);
--
Gitblit v1.9.3