Index: ssts-web/src/main/webapp/js/org.js =================================================================== diff -u -r20735 -r25214 --- ssts-web/src/main/webapp/js/org.js (.../org.js) (revision 20735) +++ ssts-web/src/main/webapp/js/org.js (.../org.js) (revision 25214) @@ -85,6 +85,7 @@ var b = isDepartRepeat(name); if(b){ showResult('科室:['+name+'] 已存在!'); + Ext.getCmp('departName2').setValue(""); return false; } //var departCode =top.Ext.getCmp('departCode').getValue();