修改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);
},
},
// exportConfig: {
// name: "",
// url: getExportUrl,
// params: () => {
// return Object.assign({},queryParam.value);
// }
// },
exportConfig: {
name: "学生测验信息",
url: getExportUrl,
params: () => {
return Object.assign({},queryParam.value);
}
},
});
const [registerTable, { reload, collapseAll, updateTableDataRecord, findTableDataRecord, getDataSource }, { rowSelection, selectedRowKeys }] = tableContext;
const labelCol = reactive({