Explorar el Código

身份选择显示分类状态及选择数量

unknown hace 5 años
padre
commit
a0a841bab2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      o2web/source/x_component_Selector/Person.js

+ 2 - 2
o2web/source/x_component_Selector/Person.js

@@ -36,8 +36,8 @@ MWF.xApplication.Selector.Person = new Class({
         "flatCategory" : false, //扁平化展现分类,
         "flatCategory" : false, //扁平化展现分类,
         "selectType" : "person",
         "selectType" : "person",
 
 
-        "isCheckStatus" : true,
-        "showSelectedCount" : true,
+        "isCheckStatus" : false,
+        "showSelectedCount" : false,
 
 
         "itemHeight" : 29,
         "itemHeight" : 29,
         "identityItemWidth" : 0, //选项宽度,如果不为0,设置为float:left,
         "identityItemWidth" : 0, //选项宽度,如果不为0,设置为float:left,