gpt4 book ai didi

extjs6 - Extjs 6 'c is not a constructor'

转载 作者:行者123 更新时间:2023-12-04 05:04:44 25 4
gpt4 key购买 nike

我的应用程序在开发过程中运行良好,文件下载运行良好。

现在,在使用 -production 构建应用程序后,此代码 sipped 失败。
它试图加载一些没有名称的“/.js”文件?!?

我认为这是requires : ['Ext.form.FormPanel'],
日志消息已打印,但表单提交失败并显示 c is not a constructir :(

    onInvoiceDownloadButtonClicked : function(grid, rowIndex, colIndex, item, e, record) {

console.log('button pressed');
var fp = new Ext.form.FormPanel({
url : 'back/invoice/get/' + record.get('id'),
standardSubmit : true,
method : 'POST'
});

console.log(fp);
fp.form.submit();

}

是的,有同步加载警告,但使用 .js 吗?没有文件名嗯

enter image description here

最佳答案

使用以下命令构建具有测试模式的应用程序:

sencha app build testing

并检查浏览器是否有更详细的错误。

关于extjs6 - Extjs 6 'c is not a constructor',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37372272/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com