From 5f5055283dbf917f8a11177be2234b9c55970f9c Mon Sep 17 00:00:00 2001 From: walkor Date: Mon, 26 Dec 2022 11:10:17 +0800 Subject: [PATCH] save --- src/plugin/admin/app/view/table/view.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/plugin/admin/app/view/table/view.html b/src/plugin/admin/app/view/table/view.html index 9ab618f..91bd15f 100644 --- a/src/plugin/admin/app/view/table/view.html +++ b/src/plugin/admin/app/view/table/view.html @@ -176,7 +176,10 @@ title: "刷新", layEvent: "refresh", icon: "layui-icon-refresh", - }, "filter", "print", "exports"] + }, "filter", "print", "exports"], + done: function () { + layer.photos({photos: 'div[lay-id="data-table"]', anim: 5}); + } }); }