From 9ff8f971c6a181bb213e152d6c77830090e2e72e Mon Sep 17 00:00:00 2001 From: WangXu10 Date: Thu, 5 Sep 2024 17:07:04 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E5=85=B3=E8=81=94=E7=94=A8=E4=BE=8B=E6=8A=BD=E5=B1=89=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E5=90=8E=E6=A8=A1=E5=9D=97=E6=A0=91=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E6=9C=AA=E5=90=8C=E6=AD=A5=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1045569 --user=王旭 【测试计划】测试规划-关联功能/接口/场景用例-按ID/名称/标签/路径搜索-模块树数量未同步更新 https://www.tapd.cn/55049933/s/1575110 --- frontend/src/components/business/ms-associate-case/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/business/ms-associate-case/index.vue b/frontend/src/components/business/ms-associate-case/index.vue index 500a335da6..9aae6b57f4 100644 --- a/frontend/src/components/business/ms-associate-case/index.vue +++ b/frontend/src/components/business/ms-associate-case/index.vue @@ -602,7 +602,7 @@ ...params, moduleIds: [], filter: {}, - keyword: '', + keyword: keyword.value, ...props.extraModuleCountParams, protocols: associationType.value === CaseLinkEnum.API ? selectedProtocols.value : undefined, }