fix(测试计划): 修复测试计划报告非预览界面缺陷列表未加载

This commit is contained in:
xinxin.wu 2024-09-24 16:37:57 +08:00 committed by Craftsman
parent 6af4d8502d
commit b2e2a256e4
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@
return TableKeyEnum.TEST_PLAN_REPORT_BUG_TABLE_DETAIL_NOT_PREVIEW;
});
const { propsRes, propsEvent, loadList, setLoadListParams } = useTable(reportBugList(), {
columns,
tableKey: tableKey.value,
scroll: { x: '100%' },
showSetting: props.isPreview,