- 注册时间
- 2013-8-13
- 最后登录
- 2017-4-17
- 阅读权限
- 10
- 积分
- 1519
- 精华
- 0
- 帖子
- 418
|
var data = [{ ScheduleName: "一班模式", ScheduleID: 1, shijiannumber:1 }, { ScheduleName: "二班模式", ScheduleID: 2, shijiannumber: 2 }, { ScheduleName: "三班模式", ScheduleID: 3, shijiannumber: 3}]
var DicValueList;
var Genders = [{ id: 1, text: '1' }, { id: 2, text: '2' }, { id: 3, text: '3' }, { id: 4, text: '4' }, { id: 5, text: '5' }, { id: 6, text: '6' }, { id: 7, text: '7' }, { id: 8, text: '8' }, { id: 9, text: '9' }, { id: 10, text: '10'}];
var grid;
$(function () {
mini.parse();
grid = mini.get("datagrid1");
grid.setData(data)
grid.load();
}); 还是数据绑不上? |
|