window.parent.contentPane.setCellValue("E2",null,val);
报错:CustomJSError : window.parent.contentPane.setCellValue is not a function
11不报错,正常;但是10就一直报这个,有其他方法吗
window.parent._g().setCellValue("E2",null,val);
JS实现弹窗后数据回填
父视图需要是填报预览才支持setCellValue