lvhao 1 kuukausi sitten
vanhempi
commit
a073ef098d
1 muutettua tiedostoa jossa 4 lisäystä ja 3 poistoa
  1. 4 3
      template/erp/color.html

+ 4 - 3
template/erp/color.html

@@ -116,12 +116,13 @@ $(".excel2").click(function() {
         f = f + $(this).attr("name") + "=" + $(this).val() + "&";
     });
     layx.load('loadId','数据加载中');
-	window.location.href = "/color/ex2?a=1&"+f;
     setTimeout(function(){
-        alert(12)
-        layx.destory('loadId');
+        layx.destroy('loadId');
     },2000);
 });
+	window.location.href = "/color/ex2?a=1&"+f;
+   
+    
 </script>
 <script type="text/javascript" src="{$theme}js/laydate.js"></script>
 {Template footer}