1 url:'/randowCode?t='+Math.random();
2 //当给某个赋值可以:
3     $('#change').click(function(){
4         $("#codeimage").attr('src','/randomCode?t='+Math.random())
5     })

 

 1 //跟踪操作流程图的layer打开及参数传递
 2 else if (obj.event === 'show-process') {
 3             parent.layer.open({
 4                 type: 2,
 5                 title: '流程跟踪图',
 6                 shadeClose: true,
 7                 shade: 0.7,
 8                 offset: 'rb',
 9                 maxmin:true,
10                 area: ['50%', '100%'],
11                 content: '/flow/trace/hi.afca?processInstanceId=' + data.processInstanceId + '&ratio=&processDefinitionKey='//iframe的url
12             });
13         }

 

相关文章:

  • 2021-10-16
  • 2022-02-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2022-01-18
  • 2022-12-23
  • 2021-06-09
相关资源
相似解决方案