合并流程运行代码

This commit is contained in:
yubaolee
2017-02-06 18:28:36 +08:00
parent 16dae39eae
commit 03622e25e7
12 changed files with 180 additions and 778 deletions

View File

@@ -131,7 +131,7 @@ function addInstance() {
skin: 'layui-layer-rim', //加上边框
area: ['1200px', '700px'], //宽高
maxmin: true, //开启最大化最小化按钮
content: '/FlowManage/FlowLaunch/FlowProcessNewForm?keyValue=' + selected.Id,
content: '/FlowManage/FlowInstances/FlowProcessNewForm?keyValue=' + selected.Id,
});
}