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