young 7 years ago
parent
commit
6011b302be
  1. 2
      bi/base.js
  2. 2
      docs/base.js

2
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";
}

2
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";
}

Loading…
Cancel
Save