1
显示值是getText()
f1编辑后事件,js
var a=this.getText();//取显示值
_g().getWidgetByName('d1').setValue(a);
https://help.fanruan.com/finereport10.0/doc-view-4007.html
getValue();改成 getText();
f1编辑后事件
var b = this.getText();
_g().parameterEl.getWidgetByName('d1').setValue(b)