Browse Source

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

LiFei 5 years ago
parent
commit
5550540b26
1 changed files with 2 additions and 2 deletions
  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){