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