Browse Source

Merge branch 'ol_12_30' into test

mo 3 years ago
parent
commit
2d416fa234
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/activityScheduling/2021double11List.vue

+ 1 - 0
src/views/activityScheduling/2021double11List.vue

@@ -289,6 +289,7 @@ export default {
       try {
         const res = await getDoubleElevenList({
           organId: this.searchForm.organId,
+          ...this.searchList
         });
         //   ...this.searchList,
         this.tableList = res.data;