修改bug

This commit is contained in:
yangjun 2024-05-28 15:52:43 +08:00
parent 24341183a5
commit 220cd7fdef
1 changed files with 7 additions and 7 deletions

View File

@ -67,13 +67,13 @@ import {ref, reactive, defineExpose, unref} from 'vue';
return Object.assign(params, queryParam.value); return Object.assign(params, queryParam.value);
}, },
}, },
// exportConfig: { exportConfig: {
// name: "", name: "学生测验信息",
// url: getExportUrl, url: getExportUrl,
// params: () => { params: () => {
// return Object.assign({},queryParam.value); return Object.assign({},queryParam.value);
// } }
// }, },
}); });
const [registerTable, { reload, collapseAll, updateTableDataRecord, findTableDataRecord, getDataSource }, { rowSelection, selectedRowKeys }] = tableContext; const [registerTable, { reload, collapseAll, updateTableDataRecord, findTableDataRecord, getDataSource }, { rowSelection, selectedRowKeys }] = tableContext;
const labelCol = reactive({ const labelCol = reactive({