|
@@ -488,7 +488,7 @@ export default {
|
|
|
listUserNoPage({}).then(res => {
|
|
|
this.userOptions = res.data
|
|
|
});
|
|
|
- listTrainingbcc({isFinish: 1}).then(res => {
|
|
|
+ listTrainingbcc({isFinish: 1,trainingType:'14'}).then(res => {
|
|
|
this.trainingOptions = res.rows
|
|
|
});
|
|
|
},
|