2

我的代码适用于 ie 和 chrome,只有 firefox 因此错误而失败。

我已将带有 url 的 ajax 请求添加到我的容器中。

Ext.Ajax.request({
            url: 'attachment/uploadAttachment',
            scope: this,
            params: {
                projectId: this.projectId,
                draftNumber: this.draftNumber
            },
            success: function(form, action) {

            },
    })

我正在为我的 ui 端使用 ext js 3.4 框架。

我在 Firefox 上得到了这个:

{"raw":["SecurityError: The operation is insecure."
"http://localhost:8080/MySupplierInvoices/plugins/my-apps-ext-js-common-0.1/js/overrides/Ext.form.Field.js?_debugResources=y&n=1380786192461"
21]
4

0 回答 0