diff --git a/WebRoot/view/tb/school/report_excel.html b/WebRoot/view/tb/school/report_excel.html index f6e1061a..71e882f9 100644 --- a/WebRoot/view/tb/school/report_excel.html +++ b/WebRoot/view/tb/school/report_excel.html @@ -38,8 +38,7 @@ $("#downExcel").click(function () { window.location = "/QingLong/Excel/" + downExcelPath; }); - - // 渲染 + upload.render({ elem: '#uploadExcel', url: '/QingLong/collect/importData', @@ -51,8 +50,6 @@ } }); - - function GetQueryString(name, istop) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i"); var r = window.location.search.substr(1).match(reg);