修改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);
|
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({
|
||||||
|
|
Loading…
Reference in New Issue