mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update image.html
This commit is contained in:
parent
c084ff1fb1
commit
6a52e8aa31
@ -104,7 +104,7 @@
|
|||||||
// 加载页面数据
|
// 加载页面数据
|
||||||
loadPage: function () {
|
loadPage: function () {
|
||||||
this.params = {page: this.page, limit: this.limit, output: 'layui.table', name: this.keys || ''};
|
this.params = {page: this.page, limit: this.limit, output: 'layui.table', name: this.keys || ''};
|
||||||
this.params.type = '{$get.type|default="png,jpg,jpeg"}';
|
this.params.type = '{$get.type|default="gif,png,jpg,jpeg"}';
|
||||||
$.form.load('{:url("image")}', this.params, 'get', function (ret) {
|
$.form.load('{:url("image")}', this.params, 'get', function (ret) {
|
||||||
return app.setList(ret.data, ret.count), false;
|
return app.setList(ret.data, ret.count), false;
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user