Browse Source

变量传递

luolei 4 years ago
parent
commit
51d64594bc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/js/qcListCopy.js

+ 2 - 2
src/js/qcListCopy.js

@@ -1347,7 +1347,7 @@ $(function($){
             $.alerModal({type:"radio",time:'1000',isFather: true, fatherWrapper: $("#mainBox", parent.document)});
             closeRadio()
             radioSelect()
-            bindSaveColPort(param)
+            bindSaveColPort(param,exportURL)
         }
     })
 });
@@ -1362,7 +1362,7 @@ function radioSelect(){
         $(this).siblings().find("input").prop("checked",false)
     })
 }
-function bindSaveColPort(param){
+function bindSaveColPort(param,exportURL){
     $(".savePort", parent.document ).off("click").on("click", function(){
         radioCheck = $(".selectDate input[type='radio']:checked", parent.document).attr("data-select")
         let time = radioCheck==2?exportTimeLimit.defectTime:exportTimeLimit.normalTime