From dad1d7abb1ae339c3936c8d56b74d9a751ae3099 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Tue, 26 Dec 2023 16:29:34 +0800 Subject: [PATCH] 'commit' --- WebRoot/view/tb/school/report_excel.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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);