|
@@ -354,7 +354,7 @@ export default {
|
|
|
this.getDicts("ACTUALPOST").then(response => {
|
|
|
this.positionOptions = response.data;
|
|
|
});
|
|
|
- this.getDicts("TRAINING_TYPE").then(response => {
|
|
|
+ this.getDicts("TRAINING_TYPE_BCC").then(response => {
|
|
|
this.trainingTypeOptions = response.data;
|
|
|
});
|
|
|
},
|