Revert "Update image.html"

This reverts commit 6a52e8aa3171048d9b68330f12190c6ac111b3f9.
This commit is contained in:
Anyon 2022-07-19 17:06:27 +08:00
parent 6a52e8aa31
commit d436e6a15b

View File

@ -104,7 +104,7 @@
// 加载页面数据
loadPage: function () {
this.params = {page: this.page, limit: this.limit, output: 'layui.table', name: this.keys || ''};
this.params.type = '{$get.type|default="gif,png,jpg,jpeg"}';
this.params.type = '{$get.type|default="png,jpg,jpeg"}';
$.form.load('{:url("image")}', this.params, 'get', function (ret) {
return app.setList(ret.data, ret.count), false;
});