Index: ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/modifyPatientOfForeignTousseInfoForm.js =================================================================== diff -u -r33523 -r33533 --- ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/modifyPatientOfForeignTousseInfoForm.js (.../modifyPatientOfForeignTousseInfoForm.js) (revision 33523) +++ ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/modifyPatientOfForeignTousseInfoForm.js (.../modifyPatientOfForeignTousseInfoForm.js) (revision 33533) @@ -487,14 +487,7 @@ ] ), listeners: { - beforeload: function () { - loadMask = new Ext.LoadMask(Ext.getBody(), { - msg: '正在加载科室分组...,请稍候!', removeMask: true - }); - loadMask.show(); - }, load: function (thiz, records, options) { - loadMask.hide(); if (thiz.getCount() > 1) { var departRecord = top.Ext.data.Record.create([ { name: 'id' }, @@ -506,8 +499,6 @@ } }); - orgUnitGroupStore.load(); - var form = new top.Ext.FormPanel({ id: 'configForm', region: 'north',