diff --git a/src/views/system/trainingItem/index.vue b/src/views/system/trainingItem/index.vue index b50dcc5..74f495f 100644 --- a/src/views/system/trainingItem/index.vue +++ b/src/views/system/trainingItem/index.vue @@ -357,7 +357,7 @@ /> - - + --> {{ form.trainingParentName }} - {{ form.trainingCategoryName }} - + --> { - this.trainingCategoryList = response.rows; - this.total2 = response.total; - this.loading = false; - } - ); - }, + // info() { + // this.loading = true; + // listTrainingCategory(this.trainingCategoryqueryParams).then( + // (response) => { + // this.trainingCategoryList = response.rows; + // this.total2 = response.total; + // this.loading = false; + // } + // ); + // }, // 父级课程组 trainingParentinfo() { this.loading = true;