Parcourir la source

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

LiFei il y a 5 ans
Parent
commit
5550540b26
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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){