Przeglądaj źródła

Merge remote-tracking branch 'origin/dev_1.1' into dev_1.1

LiFei 5 lat temu
rodzic
commit
5550540b26
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/views/hlgaccount/HlgAccountDetailList.vue

+ 2 - 2
src/views/hlgaccount/HlgAccountDetailList.vue

@@ -323,11 +323,11 @@
         })
       },
       searchQuery(){
-        this.getDetails();
+        this.getDetails(1);
       },
       searchReset() {
         this.queryParam = {}
-        this.getDetails();
+        this.getDetails(1);
       },
       /* 导出 */
       handleExportXls(fileName){