zhangjie 3 달 전
부모
커밋
21af927635
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  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) {