zhangjie il y a 3 mois
Parent
commit
21af927635

+ 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) {