fix(测试计划): 修复测试计划报告非预览界面缺陷列表未加载
This commit is contained in:
parent
6af4d8502d
commit
b2e2a256e4
|
@ -125,6 +125,7 @@
|
||||||
return TableKeyEnum.TEST_PLAN_REPORT_BUG_TABLE_DETAIL_NOT_PREVIEW;
|
return TableKeyEnum.TEST_PLAN_REPORT_BUG_TABLE_DETAIL_NOT_PREVIEW;
|
||||||
});
|
});
|
||||||
const { propsRes, propsEvent, loadList, setLoadListParams } = useTable(reportBugList(), {
|
const { propsRes, propsEvent, loadList, setLoadListParams } = useTable(reportBugList(), {
|
||||||
|
columns,
|
||||||
tableKey: tableKey.value,
|
tableKey: tableKey.value,
|
||||||
scroll: { x: '100%' },
|
scroll: { x: '100%' },
|
||||||
showSetting: props.isPreview,
|
showSetting: props.isPreview,
|
||||||
|
|
Loading…
Reference in New Issue