|
|
@@ -205,8 +205,9 @@ export default {
|
|
|
this.getDictHandler('edu_training_type', res => {
|
|
|
this.columnsList = res
|
|
|
this.columns = res.map(item => item.dictLabel)
|
|
|
-
|
|
|
+
|
|
|
})
|
|
|
+
|
|
|
//获取详情信息
|
|
|
gettrainingInfo(this.$route.params.id).then(res => {
|
|
|
let { code, data, msg } = res
|