refactor(测试计划): 计划功能用例列表查询逻辑
This commit is contained in:
parent
c78ccb502c
commit
fe3c5dd672
|
@ -56,7 +56,7 @@
|
|||
},
|
||||
{
|
||||
title: 'caseManagement.featureCase.defectState',
|
||||
dataIndex: 'type',
|
||||
dataIndex: 'status',
|
||||
width: 100,
|
||||
},
|
||||
...(!props.canEdit
|
||||
|
|
|
@ -564,7 +564,8 @@
|
|||
const tableParams = await getTableParams(false);
|
||||
setLoadListParams({
|
||||
...tableParams,
|
||||
projectId: props.activeModule !== 'all' && props.treeType === 'MODULE' ? props.moduleParentId : '',
|
||||
projectId:
|
||||
props.activeModule !== 'all' && props.treeType === 'MODULE' ? props.moduleParentId : appStore.currentProjectId,
|
||||
});
|
||||
resetSelector();
|
||||
loadList();
|
||||
|
|
Loading…
Reference in New Issue