소스 검색

Merge remote-tracking branch 'origin/dev2.1.4-1119' into dev2.1.4-1119

zhouna 3 년 전
부모
커밋
9b9e154462
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/js/qcList.js

+ 2 - 2
src/js/qcList.js

@@ -1182,7 +1182,7 @@ $((function ($) {
 })($));
 function closeRadio() {
     $(".colSetBox .iconClose,.colSetBox .cancalColSet", parent.document).off("click").on("click", function () {
-        $(".divModal", parent.document).html("")
+        $(".divModal", parent.document).remove()
     })
 }
 function radioSelect() {
@@ -1201,7 +1201,7 @@ function bindSaveColPort(param) {
         }
         param.radioCheck = radioCheck || 1
         expJson(api.exportQcList, param).then(res => {
-            $(".divModal", parent.document).html("")
+            $(".divModal", parent.document).remove()
             downloadExportedData(res.data, behosDateStart.slice(0, 10).replace(/-/g, "") + "-" + behosDateEnd.slice(0, 10).replace(/-/g, "") + "抽查住院病历质量情况.xls")
         })
     })