diff --git a/src/views/entityExplorer/EntityExplorer.vue b/src/views/entityExplorer/EntityExplorer.vue index ce7f1510..43a22267 100644 --- a/src/views/entityExplorer/EntityExplorer.vue +++ b/src/views/entityExplorer/EntityExplorer.vue @@ -426,7 +426,8 @@ export default { q: urlQ, mode: mode, pageNo: this.pageObj.pageNo, - pageSize: this.pageObj.pageSize + pageSize: this.pageObj.pageSize, + hideRelated: this.isHideRelatedEntities }) if (!this.showList) {