瀏覽代碼

Merge branch '0601optimize' into test

mo 3 年之前
父節點
當前提交
33eec109c1
共有 1 個文件被更改,包括 5 次插入5 次删除
  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) {