diff --git a/ruoyi-ui/src/views/benyi_train/video/index.vue b/ruoyi-ui/src/views/benyi_train/video/index.vue index 5eb93b147..018b6e6b5 100644 --- a/ruoyi-ui/src/views/benyi_train/video/index.vue +++ b/ruoyi-ui/src/views/benyi_train/video/index.vue @@ -407,7 +407,7 @@ export default { if (this.queryParams.type == null) { this.queryParams.type = ""; } else { - this.queryParams.type = this.queryParams.type.toString() + ","; + this.queryParams.type = this.queryParams.type.toString(); } this.queryParams.pageNum = 1; this.getList(); diff --git a/ruoyi-ui/src/views/benyi_train/video_study/index.vue b/ruoyi-ui/src/views/benyi_train/video_study/index.vue index 5af981e4b..ca45c5d47 100644 --- a/ruoyi-ui/src/views/benyi_train/video_study/index.vue +++ b/ruoyi-ui/src/views/benyi_train/video_study/index.vue @@ -171,7 +171,7 @@ export default { if (this.queryParams.type == null) { this.queryParams.type = ""; } else { - this.queryParams.type = this.queryParams.type.toString()+","; + this.queryParams.type = this.queryParams.type.toString(); } //console.log(this.queryParams.type); this.queryParams.pageNum = 1; diff --git a/ruoyi-ui/src/views/system/school/index.vue b/ruoyi-ui/src/views/system/school/index.vue index cc6f60a26..48c69c02b 100644 --- a/ruoyi-ui/src/views/system/school/index.vue +++ b/ruoyi-ui/src/views/system/school/index.vue @@ -145,106 +145,156 @@ /> - - - - - - - - - - - {{dict.dictLabel}} - - - - - - - - - - - - - - - - - - - - - - - - - - {{dict.dictLabel}} - - - - - - - - - - - - - - - - - - - - - - - - - - - {{dict.dictLabel}} - - - - - - + + + + + + + + + + + + + + + + + {{dict.dictLabel}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{dict.dictLabel}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{dict.dictLabel}} + + + + + + + + + +