Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r13461 -r13494 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 13461) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 13494) @@ -654,7 +654,7 @@ alertDiv(msg.errorMessage); }else if(msg.orgUnit!= null){ //只更新科室名称及编码信息(since2015-12-16 SYF),添加新单时才更新部门 - if(params_appId == null || params_appId == "null"){ + if(params_appId == null || params_appId == "null" || params_appId == ""){ $("#depart").val(msg.orgUnit.name); $("#departCode").val(msg.orgUnit.orgUnitCoding); }else{