黄海 2 years ago
commit b759c0c8e2

@ -39,7 +39,6 @@
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);

Loading…
Cancel
Save