Commit cde3d853 authored by Huang's avatar Huang
Browse files

no commit message

parent d89ca2ed
...@@ -28,6 +28,7 @@ $("#btnExport").click(function(){ ...@@ -28,6 +28,7 @@ $("#btnExport").click(function(){
}); });
//导入excel //导入excel
$("#btnImport").click(function(){ $("#btnImport").click(function(){
if($(this).data("events")["click"]){return;}
var url=$(this).attr("url"); var url=$(this).attr("url");
top.layer.open({ top.layer.open({
type: 1, type: 1,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment