@@ -2117,7 +2117,7 @@ U.UF.UI.form.prototype = {
}
else {
//有特殊关闭处理的,需要重新加载
- if (this.closecallback && this.windowstate == "cloase") {
+ if (this.closecallback && this.windowstate == "close") {
try {
if (this.content.tagName == "IFRAME") {
this.content.src += '';