Przeglądaj źródła

Merge branch 'wrdp' into 'develop'

Wrdp

See merge request o2oa/o2oa!2031
蔡祥熠 5 lat temu
rodzic
commit
f08ac6e4c3

+ 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;