Merge branch 'joke' into 'master'
杭州-增加杭州流程业务管理(区别与其他地方) 杭州-增加杭州流程业务管理(区别与其他地方) See merge request !2
Showing
1 changed file
with
17 additions
and
0 deletions
1 | +<!--杭州业务管理--> | ||
2 | +<title>业务管理</title> | ||
3 | +<script type="text/html" template> | ||
4 | + {{# | ||
5 | + var access_token = ""; | ||
6 | + var workflowPath = ""; | ||
7 | + layui.use(['sessions','common','admin'], function () { | ||
8 | + var $ = layui.$; | ||
9 | + var common = layui.common; | ||
10 | + var admin = layui.admin; | ||
11 | + access_token = layui.sessions.getToken()['access_token']; | ||
12 | + workflowPath = common.workflowName; | ||
13 | + $('#businessListHzIframe').attr('src',workflowPath+'/itsm/index.html#/businessListHz?access_token='+access_token); | ||
14 | + }); | ||
15 | + }} | ||
16 | + <iframe id="businessListHzIframe" src="{{workflowPath}}/itsm/index.html#/businessListHz?access_token={{access_token}}" frameborder="0" class="layadmin-iframe"></iframe> | ||
17 | +</script> |
-
Please register or login to post a comment