From 16d4dfd985843544bc765a750d0d3b11076f4477 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 30 Sep 2020 13:36:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BA=AB=E4=BB=BD=E9=80=89=E6=8B=A9=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=88=86=E7=B1=BB=E7=8A=B6=E6=80=81=E5=8F=8A=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- o2web/source/x_component_Selector/Person.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/o2web/source/x_component_Selector/Person.js b/o2web/source/x_component_Selector/Person.js index 06a31a03c6..ccb9b332aa 100644 --- a/o2web/source/x_component_Selector/Person.js +++ b/o2web/source/x_component_Selector/Person.js @@ -36,8 +36,8 @@ MWF.xApplication.Selector.Person = new Class({ "flatCategory" : false, //扁平化展现分类, "selectType" : "person", - "isCheckStatus" : true, - "showSelectedCount" : true, + "isCheckStatus" : false, + "showSelectedCount" : false, "itemHeight" : 29, "identityItemWidth" : 0, //选项宽度,如果不为0,设置为float:left, -- GitLab