From 6011b302be4f60a13680f3230a8af9808af2b3b6 Mon Sep 17 00:00:00 2001 From: young Date: Tue, 11 Apr 2017 16:53:25 +0800 Subject: [PATCH] update --- bi/base.js | 2 +- docs/base.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bi/base.js b/bi/base.js index ee98ff7a1..887230249 100644 --- a/bi/base.js +++ b/bi/base.js @@ -18301,7 +18301,7 @@ BI.shortcut("bi.checkbox", BI.Checkbox);/** if (199 < xhr.status && xhr.status < 400) { upload["onload"]({}); var attachO = BI.jsonDecode(xhr.responseText); - attachO.filename = handler.file.fileName; + attachO.filename = BI.cjkDecode(handler.file.fileName); if (handler.file.type.indexOf('image') != -1) { attachO.attach_type = "image"; } diff --git a/docs/base.js b/docs/base.js index ee98ff7a1..887230249 100644 --- a/docs/base.js +++ b/docs/base.js @@ -18301,7 +18301,7 @@ BI.shortcut("bi.checkbox", BI.Checkbox);/** if (199 < xhr.status && xhr.status < 400) { upload["onload"]({}); var attachO = BI.jsonDecode(xhr.responseText); - attachO.filename = handler.file.fileName; + attachO.filename = BI.cjkDecode(handler.file.fileName); if (handler.file.type.indexOf('image') != -1) { attachO.attach_type = "image"; }