wolyshaw 2 năm trước cách đây
mục cha
commit
b64968cc01
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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,