zhangjie 3 months ago
parent
commit
21af927635
1 changed files with 0 additions and 8 deletions
  1. 0 8
      src/modules/mark/components/markParam/SelectClassByCourse.vue

+ 0 - 8
src/modules/mark/components/markParam/SelectClassByCourse.vue

@@ -110,14 +110,6 @@ export default {
       });
 
       this.classDataList = this.dataList;
-
-      for (let i = 0; i < 20; i++) {
-        this.dataList.push({
-          id: i,
-          name: "班级" + i,
-          disabled: false,
-        });
-      }
     },
     labelChange() {
       if (!this.filterLabel) {