Commit 1fd4a6bfb29fc1917ada0ff093591c69b06af331

Authored by fengtao
1 parent 2e4b4c8c

fix:修改报表配置

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