luolei 5 years ago
parent
commit
013420d177
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/js/assertType.js

+ 2 - 2
src/js/assertType.js

@@ -55,8 +55,8 @@ $(function(){
 })
 
 $(".abnormalClear").click(function(){
-    deptId = deptList[0].deptName
-    behospitalCode = ""
+    deptId = deptIdTemp = deptList[0].deptName
+    behospitalCode = behospitalCodeTemp=""
     $(".patientNumInp").val("")
     $(".selectDept").html(deptId).attr({
         "data-id":deptId,