feat: レビュー指摘対応

This commit is contained in:
高木要 2023-07-19 09:49:18 +09:00
parent 84053eebf5
commit bd6b2bb0ca

View File

@ -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";