Explorar el Código

设计搜索功能

huqi hace 5 años
padre
commit
a1fb15d1a7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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){