瀏覽代碼

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")
         })
     })