FlowSetWindow.js 237 B

1234567
  1. function FlowSetWindow(conf)
  2. {
  3. if(!conf) conf={};
  4. var url=__ctx+ "/platform/bpm/bpmDefinition/subFlowDetail.ht?defId="+conf.defId+"&actDefId=" + conf.actDefId +"&nodeId=" +conf.nodeId;
  5. url=url.getNewUrl();
  6. var rtn=window.open(url);
  7. }