This commit is contained in:
cwchen 2024-11-11 15:06:47 +08:00
parent 528a9fecce
commit 141666a7ec
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ layui.use(["form", "table", 'element', 'layer'], function () {
form = layui.form; form = layui.form;
table = layui.table; table = layui.table;
element = layui.element; element = layui.element;
layer = layui.layer;
initTable(); initTable();
}); });