fix(测试用例): 测试用例关联用例count接口增加协议参数
This commit is contained in:
parent
973d9ddb9a
commit
7bd4dd6728
|
@ -663,6 +663,7 @@
|
||||||
...props.tableParams,
|
...props.tableParams,
|
||||||
...props.moduleCountParams,
|
...props.moduleCountParams,
|
||||||
filter: propsRes.value.filter,
|
filter: propsRes.value.filter,
|
||||||
|
protocols: caseType.value === 'API' ? selectedProtocols.value : [],
|
||||||
};
|
};
|
||||||
modulesCount.value = await initGetModuleCountFunc(props.type, params);
|
modulesCount.value = await initGetModuleCountFunc(props.type, params);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
Loading…
Reference in New Issue