main
kgdxpr 2 years ago
parent aa01c8fe68
commit 387c8a626e

@ -52,12 +52,11 @@
icon: 2, icon: 2,
time: 2000 time: 2000
}, function () { }, function () {
console.log(res.upload_excel_filename_user) if (res.upload_excel_filename_user) {
window.location = "/QingLong/Excel/" + res.upload_excel_filename_user; window.location = "/QingLong/Excel/" + res.upload_excel_filename_user;
}
}); });
} }
} }
}); });

Loading…
Cancel
Save