* Fix bug for zin multiple use dtable.

This commit is contained in:
songchenxuan
2023-09-06 15:51:53 +08:00
parent a54dd76285
commit 71c12fa485
+2 -1
View File
@@ -95,7 +95,8 @@ window.afterPageUpdate = function($target, info, options)
window.renderDTable = function()
{
$('.dtable').empty();
$('.dtable').remove();
$('.table-side').append('<div class="dtable"></div>');
if(!resultHeader || !resultData) return;
new zui.DTable('.dtable',