mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 18:47:55 +08:00
修复datagrid高度问题
发布新的初始数据,主要是前端模块化后统一了add()/edit()/del()等函数名称
This commit is contained in:
@@ -76,7 +76,7 @@ function DialogList() {
|
||||
paging: true,
|
||||
filterMult: false,
|
||||
showTfoot: false,
|
||||
height: '100%'
|
||||
|
||||
});
|
||||
this.reload = function (id) {
|
||||
if (id != undefined) selectedId = id;
|
||||
|
Reference in New Issue
Block a user