请问亲们都是在哪找系统错误信息的,调试的
cpt内的话,不支持_g()这个写法,换成contentPane
-----------------------------------
_g().getWidgetByName("控件名").getValue(); 像这种,换成
报表内
contentPane.getWidgetByName("控件名").getValue();
参数面板
this.options.form.getWidgetByName("控件名").getValue();
你的JS错了,看看你的JS
https://help.fanruan.com/finereport/doc-view-4251.html 参考
这不找不到_g 嘛 this.options.form.getWidgetByName("comboBox0").getValue(); 改成这种 ,如果有延时函数的话, 记得 先再外面这一层这个 var a = this.options.form;
然后里面写 a.getWidgetByName("comboBox0").getValue();
看你报错提示应该是哪里有js下钻,模板里面涉及超级链接、按钮都找找看吧
智能运维-平台日志-日志明细 先根据时间定位到报表,再去找那张报表哪里写的js有问题