修改bug
This commit is contained in:
parent
24341183a5
commit
220cd7fdef
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue