* [misc] fix bug for pivot preview query can not use twice.
This commit is contained in:
@@ -109,7 +109,7 @@ function loadCustomPivot(showMode = 'group')
|
||||
|
||||
const params = window.btoa('groupID=' + currentGroup + '&pivotID=' + pivotID);
|
||||
const link = $.createLink('pivot', 'preview', 'dimensionID=' + dimensionID + '&groupID=' + groupID + '&method=show¶ms=' + params);
|
||||
postAndLoadPage(link, form, 'dtable/#table-pivot-preview:component,#conditions,#exportData');
|
||||
postAndLoadPage(link, form, 'dtable/#table-pivot-preview:component,#conditions,pageJS/.zin-page-js,#exportData');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user