fix(测试用例): 修复测试用例评审关联用例筛选关联错误bug
This commit is contained in:
parent
df1879e50b
commit
a1a5abb021
|
@ -541,6 +541,7 @@
|
||||||
excludeIds: [...props.associatedIds], // 已经存在的关联的id列表
|
excludeIds: [...props.associatedIds], // 已经存在的关联的id列表
|
||||||
condition: {
|
condition: {
|
||||||
keyword: keyword.value,
|
keyword: keyword.value,
|
||||||
|
filter: propsRes.value.filter,
|
||||||
},
|
},
|
||||||
protocols: caseType.value === 'API' ? selectedProtocols.value : [],
|
protocols: caseType.value === 'API' ? selectedProtocols.value : [],
|
||||||
});
|
});
|
||||||
|
@ -720,6 +721,7 @@
|
||||||
totalCount: propsRes.value.msPagination?.total,
|
totalCount: propsRes.value.msPagination?.total,
|
||||||
condition: {
|
condition: {
|
||||||
keyword: keyword.value,
|
keyword: keyword.value,
|
||||||
|
filter: propsRes.value.filter,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue