wolyshaw 2 年之前
父節點
當前提交
b64968cc01
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/activityScheduling/2021double11List.vue

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

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