mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-09 03:22:51 +08:00
修复curd中,上传文件默认扩展错误的问题;
This commit is contained in:
@@ -1379,6 +1379,10 @@ define(["jquery", "tableSelect", "ckeditor"], function ($, tableSelect, undefine
|
|||||||
elem = "input[name='" + uploadName + "']",
|
elem = "input[name='" + uploadName + "']",
|
||||||
uploadElem = this;
|
uploadElem = this;
|
||||||
|
|
||||||
|
if (uploadExts == '*') {
|
||||||
|
uploadExts = init.upload_exts;
|
||||||
|
}
|
||||||
|
|
||||||
// 监听上传事件
|
// 监听上传事件
|
||||||
upload.render({
|
upload.render({
|
||||||
elem: this,
|
elem: this,
|
||||||
|
|||||||
Reference in New Issue
Block a user