Index: ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/tousseForm.js =================================================================== diff -u -r33994 -r33997 --- ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/tousseForm.js (.../tousseForm.js) (revision 33994) +++ ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/tousseForm.js (.../tousseForm.js) (revision 33997) @@ -3292,11 +3292,13 @@ failure: function (form, action) { showResult(action.result.message); top.Ext.getCmp('saveBtn').enable(); + top.Ext.getCmp('saveBtnAndClose').enable(); } }); } else { showResult(result.message); top.Ext.getCmp('saveBtn').enable(); + top.Ext.getCmp('saveBtnAndClose').enable(); } }, failure: function (response, options) {