提交 fa00ca66 编写于 作者: W wolfcode

Update easy-admin.js

上级 19ff259c
......@@ -1138,6 +1138,7 @@ define(["jquery", "tableSelect", "ckeditor"], function ($, tableSelect, undefine
}, function (res) {
admin.msg.success(res.msg, function () {
table.reload(tableId);
location.reload();
});
})
});
......@@ -1453,8 +1454,11 @@ define(["jquery", "tableSelect", "ckeditor"], function ($, tableSelect, undefine
});
var url = urlArray.join(uploadSign);
admin.msg.success('选择成功', function () {
$(elem).val(url);
$(elem).trigger("input");
let _dom = $(e).parents('.layui-form-item').find('input')
_dom.attr('value', url)
_dom.trigger("input")
// $(elem).val(url);
// $(elem).trigger("input");
});
}
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册