Showing
1 changed file
with
2 additions
and
2 deletions
| ... | ... | @@ -48,7 +48,7 @@ import { Popconfirm } from 'ant-design-vue'; |
| 48 | 48 | import { useModal } from '/@/components/Modal'; |
| 49 | 49 | import ReportPreviewModal from './ReportPreviewModal.vue'; |
| 50 | 50 | import { |
| 51 | - // exportPage, | |
| 51 | + exportPage, | |
| 52 | 52 | deleteExportManage |
| 53 | 53 | } from '/@/api/export/exportManager'; |
| 54 | 54 | |
| ... | ... | @@ -56,7 +56,7 @@ const searchInfo = reactive<Recordable>({}); |
| 56 | 56 | |
| 57 | 57 | const [registerTable, { reload, setProps, setTableData }] = useTable({ |
| 58 | 58 | title: '报表导出列表', |
| 59 | - // api: exportPage, | |
| 59 | + api: exportPage, | |
| 60 | 60 | columns, |
| 61 | 61 | showIndexColumn: false, |
| 62 | 62 | clickToRowSelect: false, | ... | ... |