|
@@ -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,
|