You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在使用Api数据集的情况下,以报表参数作为查询条件,报表参数中查询控件为日期类型的参数,在设置了默认值 “=dateStr()“,查询日期格式为yyyy-MM-dd HH:mm:ss的情况下,点击预览,该参数的查询框未回显日期,但是点击查询时,在请求参数里该参数是赋值的。尝试过使用js增强配置对该参数进行赋值(如下所示),但依然无法回显
`function init(){
const now = new Date();
版本号:1.9.3
问题描述:
在使用Api数据集的情况下,以报表参数作为查询条件,报表参数中查询控件为日期类型的参数,在设置了默认值 “=dateStr()“,查询日期格式为yyyy-MM-dd HH:mm:ss的情况下,点击预览,该参数的查询框未回显日期,但是点击查询时,在请求参数里该参数是赋值的。尝试过使用js增强配置对该参数进行赋值(如下所示),但依然无法回显
`function init(){
const now = new Date();
}`
错误日志&截图:
重现步骤:
友情提示(为了提高issue处理效率):
The text was updated successfully, but these errors were encountered: