浏览代码

Update trainModel.vue

lex 1 年之前
父节点
当前提交
6c34e4fcbe
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/views/trainStatistics/trainModel.vue

+ 4 - 1
src/views/trainStatistics/trainModel.vue

@@ -217,7 +217,7 @@ export default {
         const result = data || [];
         const tempList = [
           {
-            text: "全部乐团",
+            text: "全部班级",
             value: "",
           },
         ];
@@ -235,6 +235,9 @@ export default {
     onSetMusicGroup(val) {
       this.musicGroupId = val.value;
       this.musicGroupName = val.text;
+
+      this.classId = "";
+      this.className = "全部班级";
       this.showMusicGroup = false;
       this.getClassList();
     },