From 2b9de095d91d02975d28705572207cfd8703dd96 Mon Sep 17 00:00:00 2001 From: guoyuqi Date: Tue, 27 Feb 2024 09:37:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=94=A8=E4=BE=8B=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=94=A8=E4=BE=8B=E8=AF=84=E5=AE=A1=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E5=85=B3=E8=81=94=E7=94=A8=E4=BE=8B=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=BB=9F=E8=AE=A1=E4=B8=8D=E5=AF=B9=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1036195 --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001036195 --- 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 9af781c110..975376c126 100644 --- a/frontend/src/components/business/ms-case-associate/index.vue +++ b/frontend/src/components/business/ms-case-associate/index.vue @@ -533,6 +533,7 @@ combine: combine.value, sourceId: props.caseId, sourceType: caseType.value, + ...props.tableParams, ...props.moduleCountParams, }; modulesCount.value = await initGetModuleCountFunc(props.type, params);