Z před 1 rokem
rodič
revize
9acd5a8b27
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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();
       }
     }