刚接触一个项目,在datgrid中有新增时间和修改时间两个datetimebox字段,当双击行进去edit界面时,这两个字段获取了当前年月日,而不是在datagrid中的字段数据,是怎么一回事?下图第一张是在datagrid中,第二张实在edit编辑页面中。
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
- Can php detect if javascript is on or not?
回显数据是怎么拿到的?
那应该是界面赋值错误的吧?
easyui的时间选择框是这样取值的
var dv = $('#mdate').datebox('getValue');