소스 검색

参数修改

luolei 4 년 전
부모
커밋
4de517f850
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/js/utils.js

+ 1 - 1
src/js/utils.js

@@ -108,7 +108,7 @@ const post = function (url, data) {
     window.location.href = "../login.html"
   }
   for(let i = 0;i<$('.typeFilter').children().length;i++){
-    if($('.typeFilter').children().eq(i).html() == '出院日期:' && isPlacefile==2){
+    if($('.typeFilter').children().eq(i).html() == '出院日期:' && isPlacefile==0){
       $('.typeFilter').children().eq(i).html('入院日期:')
     }
   }