Index: ssts-web/src/main/webapp/systemmanage/userFormExt.js =================================================================== diff -u -r13689 -r14209 --- ssts-web/src/main/webapp/systemmanage/userFormExt.js (.../userFormExt.js) (revision 13689) +++ ssts-web/src/main/webapp/systemmanage/userFormExt.js (.../userFormExt.js) (revision 14209) @@ -348,7 +348,7 @@ } function save(){ - this.disable(); + this.disable(); //按钮禁用 if(!formObj.form.isValid()){ Ext.MessageBox.show({title:'错误提示', msg:'请正确填写表单各值。',buttons:Ext.Msg.OK,icon:Ext.Msg.ERROR}); this.enable();