wolyshaw 4 years ago
parent
commit
47e45f69df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/main/reminders/index.vue

+ 1 - 1
src/views/main/reminders/index.vue

@@ -64,7 +64,7 @@ export default {
         path: '/business/teamDetail',
         path: '/business/teamDetail',
         query: {
         query: {
           filter_type: item.errorType,
           filter_type: item.errorType,
-          search: (item.result || []).join(','),
+          searchType: 'WAIT_CREATE_PAYMENT_CALENDER',
           organId: this.search.organId || undefined,
           organId: this.search.organId || undefined,
           form: 'reminders'
           form: 'reminders'
         }
         }