Quellcode durchsuchen

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

zhouna vor 3 Jahren
Ursprung
Commit
9b9e154462
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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")
         })
     })