Explorar o código

Merge branch 'fix/Selector_list_person_batch' into 'wrdp'

Merge of fix/Selector_list_person_batch to wrdp

See merge request o2oa/o2oa!1437

(cherry picked from commit e35cbff6eeda570c8317d7f3ba89f98772daa3c3)

d28af13a 选择的时候批量获取人员
蔡祥熠 %!s(int64=5) %!d(string=hai) anos
pai
achega
77423422bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      o2web/source/x_component_Selector/Identity.js

+ 1 - 1
o2web/source/x_component_Selector/Identity.js

@@ -484,7 +484,7 @@ MWF.xApplication.Selector.Identity.ItemCategory = new Class({
         }
         var keys = Object.keys( object );
         if( keys.length > 0 ){
-            o2.Actions.load("x_organization_assemble_express").PersonAction.listObject({"identityList":keys}, function (json) {
+            o2.Actions.load("x_organization_assemble_express").PersonAction.listObject({"personList":keys}, function (json) {
                 json.data.each( function ( p ){
                     if(object[ p.id ])object[ p.id ].data.woPerson = p;
                 }.bind(this));