Update easy-admin.js

This commit is contained in:
wolfcode
2023-09-26 12:20:52 +08:00
parent 8e9334063e
commit 67a3980714

View File

@@ -1136,7 +1136,7 @@ define(["jquery", "tableSelect", "ckeditor"], function ($, tableSelect, undefine
}, function (res) {
admin.msg.success(res.msg, function () {
table.reload(tableId);
location.reload()
$('[data-treetable-refresh]').trigger("click");
});
})
});