Compare commits

..

No commits in common. '30aea3488c9c4d34a935e43068b0c7f61baab44b' and '5ba93bca85b5df7f455bdab63fdf215b6f6e9c5a' have entirely different histories.

@ -78,6 +78,14 @@
});
}
table.on('toolbar(data-table)', function (obj) {
if (obj.event === 'export') {
}
});
$("#export").click(function(){
window.location = "/FengHuang/yp/exportExcel";
});

Loading…
Cancel
Save