参考https://help.fanruan.com/finereport/doc-view-1992.html
添加点击事件时能赋值,但是添加初始化事件时没能赋值,请问怎么设置初始化赋值(先获取值,再赋值)
加一个延时
setTimeout(function(){ location.reload() },3000);
------------
setTimeout(function(){ this.options.form.getWidgetByName("E_TIME").setValue(e); },3000);