Z 1 سال پیش
والد
کامیت
9acd5a8b27
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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();
       }
     }