fix: ダウンロード時にロー寝具が出なくなったのを修正

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2023-10-05 10:34:06 +09:00
parent 292960e33b
commit 27cd48aedd

View File

@ -194,7 +194,7 @@
// CSV/Excelダウンロード処理
function download(ext) {
// ローディング開始
const loading = new Loading('');
const loading = new Loading();
loading.start();
// ダウンロード固有のパラメータを設定