mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-16 16:50:54 +08:00
check bugs
This commit is contained in:
parent
e47acf9ff2
commit
a631e15d7e
@ -22,9 +22,7 @@
|
||||
<th lay-data="{field:'Id', width:150}">主键Id</th>
|
||||
<th lay-data="{field:'SchemeCode', width:150}">流程编号</th>
|
||||
<th lay-data="{field:'SchemeName', width:150}">流程名称</th>
|
||||
<th lay-data="{field:'SchemeVersion', width:150}">流程内容版本</th>
|
||||
<th lay-data="{field:'FrmType', width:150}">表单类型</th>
|
||||
<th lay-data="{field:'AuthorizeType', width:150}">模板权限类型0所有人,1指定成员</th>
|
||||
<th lay-data="{field:'SchemeVersion', width:150}">流程版本</th>
|
||||
<th lay-data="{field:'SortCode', width:150}">排序码</th>
|
||||
<th lay-data="{field:'Disabled', width:150}">有效</th>
|
||||
<th lay-data="{field:'Description', width:150}">备注</th>
|
||||
|
@ -2,7 +2,7 @@
|
||||
base: "/js/"
|
||||
}).use(['form', 'vue', 'ztree', 'layer', 'utils', 'element', 'jquery', 'table', 'droptree', 'openauth', 'flow/gooflow', 'flowlayout'], function () {
|
||||
var form = layui.form, element = layui.element,
|
||||
layer = (top == undefined || top.layer === undefined )? layui.layer : top.layer,
|
||||
layer = layui.layer,
|
||||
$ = layui.jquery;
|
||||
var table = layui.table;
|
||||
var openauth = layui.openauth;
|
||||
|
@ -3,7 +3,7 @@ layui.config({
|
||||
base: "/js/"
|
||||
}).use(['form', 'vue', 'ztree', 'layer', 'utils', 'element', 'jquery', 'table', 'droptree', 'openauth', 'flow/gooflow', 'flowlayout'], function () {
|
||||
var form = layui.form, element = layui.element,
|
||||
layer = (top == undefined || top.layer === undefined )? layui.layer : top.layer,
|
||||
layer = layui.layer,
|
||||
$ = layui.jquery;
|
||||
var thiswin = (top == undefined) ? window : top.window;
|
||||
var table = layui.table;
|
||||
|
@ -1,7 +1,7 @@
|
||||
layui.config({
|
||||
base: "/js/"
|
||||
}).use(['form', 'vue', 'ztree', 'layer', 'element', 'jquery', 'utils'], function () {
|
||||
var layer = (top == undefined || top.layer === undefined )? layui.layer : top.layer,
|
||||
var layer = layui.layer,
|
||||
$ = layui.jquery;
|
||||
var form = layui.form;
|
||||
var users = []; //节点的执行人
|
||||
|
Loading…
Reference in New Issue
Block a user