* [misc] fix bug for pivot preview export.

This commit is contained in:
songchenxuan
2024-08-07 10:55:24 +08:00
committed by 綦新志
parent 438d754b98
commit 18dfb1d27f
+5
View File
@@ -1,4 +1,9 @@
window.pivotID = pivotID;
window.afterPageUpdate = function($target, info, options)
{
$(document).off('click', '#export-data-button').on('click', '#export-data-button', () => exportData());
}
/**
* 查询条件改变时重新加载 Bug 创建表。
* Reload bug create table when query conditions changed.