From 7bd4dd67287aa9a21e1d56bcbf586f0186564ccd Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Mon, 19 Aug 2024 16:24:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B):=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B=E5=85=B3=E8=81=94=E7=94=A8?= =?UTF-8?q?=E4=BE=8Bcount=E6=8E=A5=E5=8F=A3=E5=A2=9E=E5=8A=A0=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/business/ms-case-associate/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/business/ms-case-associate/index.vue b/frontend/src/components/business/ms-case-associate/index.vue index e3e4cc51da..a3a155496e 100644 --- a/frontend/src/components/business/ms-case-associate/index.vue +++ b/frontend/src/components/business/ms-case-associate/index.vue @@ -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) {