Index: ssts-web/src/main/webapp/disinfectsystem/recyclingdamagerecord/recyclingDamageRecordForm.js =================================================================== diff -u -r28250 -r28499 --- ssts-web/src/main/webapp/disinfectsystem/recyclingdamagerecord/recyclingDamageRecordForm.js (.../recyclingDamageRecordForm.js) (revision 28250) +++ ssts-web/src/main/webapp/disinfectsystem/recyclingdamagerecord/recyclingDamageRecordForm.js (.../recyclingDamageRecordForm.js) (revision 28499) @@ -903,6 +903,7 @@ if(action.result.success){ showResult("保存成功!" , null , sstsConfig.messagePauseTimeOnPackingPage); top.Ext.getCmp('recyclingDamageRecordWin').close(); + getErrorAndDamgeCount(); }else{ showResult(action.result.message , null , sstsConfig.messagePauseTimeOnPackingPage); }