luolei 5 年之前
父節點
當前提交
013420d177
共有 1 個文件被更改,包括 2 次插入2 次删除
  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,