Browse Source

Merge branch '0601optimize' into test

mo 3 năm trước cách đây
mục cha
commit
33eec109c1
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      src/views/musicInspection/index.vue

+ 5 - 5
src/views/musicInspection/index.vue

@@ -361,10 +361,10 @@ export default {
   },
   methods: {
     dayjs,
-    reloadSearch() {
-      this.rules.page = 1;
-      this.getList();
-    },
+    // reloadSearch() {
+    //   this.pageInfo.page = 1;
+    //   this.getList();
+    // },
     async getList() {
       try {
         let { createTimer, ...rest } = this.searchForm;
@@ -381,7 +381,7 @@ export default {
       } catch (err) {}
     },
     reloadSearch() {
-      this.rules.page = 1;
+      this.pageInfo.page = 1;
       this.getList();
     },
     onLook(row) {