feat: レビュー指摘対応
This commit is contained in:
parent
84053eebf5
commit
bd6b2bb0ca
@ -13,7 +13,7 @@
|
|||||||
formBtDisabled();
|
formBtDisabled();
|
||||||
// DatePickerを有効化
|
// DatePickerを有効化
|
||||||
enableDatePicker();
|
enableDatePicker();
|
||||||
{% if mainte_csv_dl.is_search and mainte_csv_dl.data_count > 0 and mainte_csv_dl.is_download_file_url_empty() is False %}
|
{% if mainte_csv_dl.is_search and mainte_csv_dl.data_count > 0 and mainte_csv_dl.is_download_file_url_empty() is false %}
|
||||||
// CSV自動ダウンロード処理
|
// CSV自動ダウンロード処理
|
||||||
var link_tag = document.createElement("a");
|
var link_tag = document.createElement("a");
|
||||||
link_tag.Target="_blank";
|
link_tag.Target="_blank";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user