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