...
|
...
|
@@ -354,7 +354,8 @@ |
|
|
var btn = document.getElementById("btn");
|
|
|
// 第一种 通过点击事件
|
|
|
btn.onclick = function () {
|
|
|
Fast.api.ajax('dashboard/exportDayInner');
|
|
|
// Fast.api.ajax('dashboard/exportDayInner');
|
|
|
window.location.href = 'dashboard/exportDayInner';
|
|
|
}
|
|
|
</script>
|
|
|
|
...
|
...
|
|