Z 1 rok temu
rodzic
commit
9acd5a8b27
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/views/bpm/group/components/groupSearch.vue

+ 2 - 2
src/views/bpm/group/components/groupSearch.vue

@@ -86,12 +86,12 @@
       /* 搜索 */
       search() {
         this.$emit('search', {
-          ...this.params
+          ...this.queryParams
         });
       },
       /*  重置 */
       reset() {
-        this.params = { ...defaultParams };
+        this.queryParams = { ...defaultParams };
         this.search();
       }
     }