From 540fc6640525d6ffb7cb68cf84cea80cbe9c87bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Thu, 27 Apr 2023 11:22:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/trainingItem/index.vue | 73 +++++++++++++------------ 1 file changed, 37 insertions(+), 36 deletions(-) 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;