From 93766a28b6446453e6f141dd549695967cc9f620 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 13 Aug 2024 09:54:36 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=AE=A2=E6=9C=8D:=20=E5=B0=8F?= =?UTF-8?q?=E7=BB=84=E5=A4=9A=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AgentGroupCount.jsx | 2 +- src/views/DestinationGroupCount.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/AgentGroupCount.jsx b/src/views/AgentGroupCount.jsx index a0983de..c4e0dae 100644 --- a/src/views/AgentGroupCount.jsx +++ b/src/views/AgentGroupCount.jsx @@ -30,7 +30,7 @@ const AgentGroupCount = () => { }, shows: ['agency', 'DateType', 'DepartmentList', 'countryArea', 'dates'], fieldProps: { - DepartmentList: { show_all: true }, + DepartmentList: { show_all: true, mode: 'multiple' }, WebCode: { show_all: false, mode: 'multiple' }, dates: { hide_vs: true }, DateType: { disabledKeys: ['applyDate'] }, diff --git a/src/views/DestinationGroupCount.jsx b/src/views/DestinationGroupCount.jsx index d50bf1d..401d6e4 100644 --- a/src/views/DestinationGroupCount.jsx +++ b/src/views/DestinationGroupCount.jsx @@ -27,7 +27,7 @@ const DestinationGroupCount = () => { }, shows: ['DateType', 'DepartmentList', 'countryArea', 'orderStatus', 'dates'], fieldProps: { - DepartmentList: { show_all: true }, + DepartmentList: { show_all: true, mode: 'multiple' }, orderStatus: { show_all: true }, countryArea: { show_all: false }, dates: { hide_vs: true },