|
@@ -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}
|