|
@@ -1180,7 +1180,7 @@ export default {
|
|
|
this.form.trainer = trainerId;
|
|
|
this.form.position = id;
|
|
|
this.form.unit = u;
|
|
|
- this.form.nonParticipants = parentId;
|
|
|
+ // this.form.nonParticipants = parentId;
|
|
|
if (this.form.id != null) {
|
|
|
updateTraining(this.form).then(response => {
|
|
|
this.msgSuccess(this.$t('修改成功'));
|