Index: ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/idCardForm.js =================================================================== diff -u -r14873 -r14874 --- ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/idCardForm.js (.../idCardForm.js) (revision 14873) +++ ssts-web/src/main/webapp/disinfectsystem/basedatamanager/tousse/idCardForm.js (.../idCardForm.js) (revision 14874) @@ -959,7 +959,7 @@ // 重新加载数据 idCardInstancesGridPanel.getStore().removeAll(); traceableMaterialGridPanel.getStore().removeAll(); - loadIDCardDefinitions(); + reLoadIDCardDefinitions(); hideMessageBox(true); top.Ext.MessageBox.alert('提示信息', '使用次数修改成功!'); @@ -1022,9 +1022,7 @@ // loadDataToIdCardInstancesGridStore(); // 重新加载数据 - idCardInstancesGridPanel.getStore().removeAll(); - traceableMaterialGridPanel.getStore().removeAll(); - loadIDCardDefinitions(); + reLoadIDCardDefinitions(); hideMessageBox(true); }