huqi 5 лет назад
Родитель
Сommit
a1fb15d1a7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      o2web/source/x_component_FindDesigner/FindWorker.js

+ 1 - 1
o2web/source/x_component_FindDesigner/FindWorker.js

@@ -359,7 +359,7 @@ _worker._doFindDesigner = function(option){
     });
     this.action.sendRequest(res).then(function(json){
         if (json.data.processPlatformList && json.data.processPlatformList.length){
-
+            _worker._findProcessPlatformParse(json.data.processPlatformList);
         }
         if (json.data.cmsList && json.data.cmsList.length){