Ver Fonte

Merge branch 'wrdp' into 'develop'

Wrdp

See merge request o2oa/o2oa!2031
蔡祥熠 há 5 anos atrás
pai
commit
f08ac6e4c3
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      o2web/source/x_component_process_Work/Processor.js

+ 1 - 1
o2web/source/x_component_process_Work/Processor.js

@@ -1793,7 +1793,7 @@ MWF.xApplication.process.Work.Processor = new Class({
         debugger;
         debugger;
         var currentRoute = this.selectedRoute ? this.selectedRoute.retrieve("route") : "";
         var currentRoute = this.selectedRoute ? this.selectedRoute.retrieve("route") : "";
 
 
-        var visableOrg = this.getVisableOrgData( currentRoute );
+        var visableOrg = this.getVisableOrgData( currentRoute || this.selectedRouteId || "" );
         var needOrgLength = visableOrg.length;
         var needOrgLength = visableOrg.length;
 
 
         var loadedOrgLength = 0;
         var loadedOrgLength = 0;