From 898fd27fdbfbf3e769f379af811aecc1fc8be372 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 29 Feb 2024 16:34:18 +0800 Subject: [PATCH] * Fix encode is empty when the type isnt't csv. --- module/file/ui/export.html.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/module/file/ui/export.html.php b/module/file/ui/export.html.php index 27d20c1c4f..1b87279bb3 100644 --- a/module/file/ui/export.html.php +++ b/module/file/ui/export.html.php @@ -227,6 +227,8 @@ h::js << -1) return true; @@ -274,6 +276,7 @@ window.onChangeFileName = function(event) return; } } +window.waitDom('[name=fileType]', function(){ $('[name=fileType]').trigger('change');}) window.saveTemplate = function() {