Index: ssts-web/src/main/webapp/common/wangEditor.js =================================================================== diff -u -r34302 -r34312 --- ssts-web/src/main/webapp/common/wangEditor.js (.../wangEditor.js) (revision 34302) +++ ssts-web/src/main/webapp/common/wangEditor.js (.../wangEditor.js) (revision 34312) @@ -99,6 +99,12 @@ success: function (result) { if (result.success) { showResult(result.message); + if(top.Ext.getCmp('wangEditorWin')){ + setTimeout(function () { + top.Ext.MessageBox.hide(); + top.Ext.getCmp('wangEditorWin').close(); + }, 1000); + } } else { showResult(result.message); }