×

ExtJs报错Uncaught TypeError: this[c._config.names.set] is not a function ExtJs的window第二次弹出报错

ExtJs遭遇Uncaught TypeError: this[c._config.names.set] is not a function

mtsym mtsym 发表于2018-10-14 21:25:29 浏览5829 评论0

抢沙发发表评论

ExtJs如果window出现第一次能成功弹出,第二次无法弹出时,并且报错

Uncaught TypeError: this[c._config.names.set] is not a function

这个需要检查一下当前window下控件的store操作代码, 例如

bind: {
    store: '{content.list}'
}

群贤毕至

访客