Z hace 1 año
padre
commit
9acd5a8b27
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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();
       }
     }