|
|
|
@ -1198,8 +1198,10 @@ |
|
|
|
}, |
|
|
|
|
|
|
|
async exportExcel() { |
|
|
|
this.searchData.limit = this.pageSize |
|
|
|
this.searchData.page = this.pageIndex |
|
|
|
// this.searchData.limit = this.pageSize |
|
|
|
// this.searchData.page = this.pageIndex |
|
|
|
this.searchData.limit = -1 |
|
|
|
this.searchData.page = 1 |
|
|
|
excel.exportTable({ |
|
|
|
url: "/pms/eam/eamWorkOrderSearch", |
|
|
|
columnMapping: this.columnList,//可以直接用table,不需要的列就剔除 |
|
|
|
|