fix(测试用例): 测试用例关联用例count接口增加协议参数

This commit is contained in:
xinxin.wu 2024-08-19 16:24:28 +08:00 committed by 刘瑞斌
parent 973d9ddb9a
commit 7bd4dd6728
1 changed files with 1 additions and 0 deletions

View File

@ -663,6 +663,7 @@
...props.tableParams,
...props.moduleCountParams,
filter: propsRes.value.filter,
protocols: caseType.value === 'API' ? selectedProtocols.value : [],
};
modulesCount.value = await initGetModuleCountFunc(props.type, params);
} catch (error) {