From 1295278175f894778e0d100aefae075cb4fafdbb Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 12 Oct 2022 18:08:47 +0800 Subject: [PATCH] bug --- project/pingchang/apps/AppHealthReport/components/List.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/pingchang/apps/AppHealthReport/components/List.vue b/project/pingchang/apps/AppHealthReport/components/List.vue index c3d7d92b..2f0408b4 100644 --- a/project/pingchang/apps/AppHealthReport/components/List.vue +++ b/project/pingchang/apps/AppHealthReport/components/List.vue @@ -23,7 +23,8 @@ v-model="search.nucleicAcidResult" clearable placeholder="请选择检测结果" - :selectList="dict.getDict('EP_nucleicAcidResult')"> + :selectList="dict.getDict('EP_nucleicAcidResult')" + @change="search.current = 1, getList()">