Browse Source

Merge branch 'wrdp' into 'develop'

Wrdp

See merge request o2oa/o2oa!2031
蔡祥熠 5 years ago
parent
commit
f08ac6e4c3
1 changed files with 1 additions and 1 deletions
  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;
         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 loadedOrgLength = 0;