点击此处---> 群内免费提供SAP练习系统(在群公告中)
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
亲爱的,我有以下有关该错误的查询:
onInit:function(){DATABINDING = false; this.router = sap.ui.core.UIComponent.getRouterFor(this); this.router.getRoute(" Form")。attachPatternMatched(this._onObjectMatched,this); this.reference_id = 0; //this.user = sap.ui.getCore()。getModel()。setProperty(" name"," {/myName}"); var oModel = new sap.ui.model.json.JSONModel(); this.getView()。setModel(oModel); sap.ui.getCore()。setModel(oModel); },onConfirmDialog:function(){var that = this; var dialog = new sap.m.Dialog({title:'Upload',type:'Message',icon:'sap-icon://download',content:[new sap.ui.unified.FileUploader({id: 'fileuploader',宽度:'100%',uploadUrl:'upload/',更改:function(oEvent){var file = oEvent.getParameter(" files")[0]; if(file && window.FileReader){var reader = new FileReader(); reader.onload = function(evn){var strCSV = evn.target.result;//CSV中的字符串that.csvJSON(strCSV);}; reader.readAsText(file);} dialog.close ();}})],endButton:new sap.m.Button({text:'cancel',按下:function(){dialog.close();}}),afterClose:function(){dialog.destroy( );}}); dialog.open(); },csvJSON:function(csv){var lines = csv.split(" \ n"); var result = []; var headers = lines [0] .split(","); for(var i = 1; i -----------------------------------错误----------- -------------------------------------------------- ---- 错误的TypeError:this.oTable.bindAggregation在FileReader.reader的builder.csvJSON(Form.controller.js?eval:114)的构造函数.generateTable(Form.controller.js?eval:134)处不是函数。 onload(Form.controller.js?eval:77) 有什么建议吗? 是要上传一个csv文件并生成一个表格,问候
非常感谢Antonio在这里重新插入代码的关注,该错误使我陷入bindAgreggation中-这不能将我识别为函数,它将对这个问题有任何参考吗?
可以使用注释工具栏中的"插入代码"按钮再次粘贴代码吗?
一周热门 更多>