fix: ダウンロード時にロー寝具が出なくなったのを修正
This commit is contained in:
parent
292960e33b
commit
27cd48aedd
@ -194,7 +194,7 @@
|
|||||||
// CSV/Excelダウンロード処理
|
// CSV/Excelダウンロード処理
|
||||||
function download(ext) {
|
function download(ext) {
|
||||||
// ローディング開始
|
// ローディング開始
|
||||||
const loading = new Loading('');
|
const loading = new Loading();
|
||||||
loading.start();
|
loading.start();
|
||||||
|
|
||||||
// ダウンロード固有のパラメータを設定
|
// ダウンロード固有のパラメータを設定
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user