修复datagrid高度问题

发布新的初始数据,主要是前端模块化后统一了add()/edit()/del()等函数名称
This commit is contained in:
yubaolee
2016-04-17 23:49:53 +08:00
parent 40ffa5f1e8
commit 2c521e3244
13 changed files with 275 additions and 24 deletions

View File

@@ -76,7 +76,7 @@ function DialogList() {
paging: true,
filterMult: false,
showTfoot: false,
height: '100%'
});
this.reload = function (id) {
if (id != undefined) selectedId = id;