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

+ 3 - 3
src/views/activityScheduling/2021double11List.vue

@@ -361,7 +361,7 @@ export default {
     },
     async onExport() {
       let obj = {
-        organIds: this.searchForm.organId,
+        organId: this.searchForm.organId,
         ...this.searchList,
       };
       await Export(
@@ -384,9 +384,9 @@ export default {
       //   ...getTimes(getTime, ["startTime", "endTime"]),
       // };
       let obj = {
-        organIds: this.searchForm.organId,
+        organId: this.searchForm.organId,
         ...this.searchList,
-        year: '2022'
+        year: this.year,
       };
       await Export(
         this,