lsc 2 年之前
父节点
当前提交
249875a70e
共有 2 个文件被更改,包括 10 次插入10 次删除
  1. 5 5
      src/components/index.vue
  2. 5 5
      src/components/studentIndex.vue

+ 5 - 5
src/components/index.vue

@@ -470,11 +470,11 @@ export default {
       this.zoneListId = id;
       this.getZoneClass(id);
     },
+    // handleCurrentChange(val) {
+    //   this.page = val;
+    //   this.getZoneClass(this.zoneListId);
+    // },
     handleCurrentChange(val) {
-      this.page = val;
-      this.getZoneClass(this.zoneListId);
-    },
-    handleCurrentChange1(val) {
       this.loading = true;
       this.page = val;
       this.selectAll2();
@@ -1041,7 +1041,7 @@ export default {
   display: flex;
   align-items: center;
   justify-content: flex-end;
-  margin-bottom: 20px;
+  /* margin-bottom: 20px; */
 }
 
 .typeCheck>span {

+ 5 - 5
src/components/studentIndex.vue

@@ -555,11 +555,11 @@ export default {
       this.zoneListId = id;
       this.getZoneClass(id);
     },
+    // handleCurrentChange(val) {
+    //   this.page = val;
+    //   this.getZoneClass(this.zoneListId);
+    // },
     handleCurrentChange(val) {
-      this.page = val;
-      this.getZoneClass(this.zoneListId);
-    },
-    handleCurrentChange1(val) {
       // if (!this.loading) {
       //   this.loading = this.openLoading(document.querySelector(".main_box"));
       // }
@@ -1125,7 +1125,7 @@ export default {
   display: flex;
   align-items: center;
   justify-content: flex-end;
-  margin-bottom: 20px;
+  /* margin-bottom: 20px; */
 }
 .typeCheck>span{
   margin-left: 10px;