From facbd0f17c9a22fdfe5ab869094a8e39745485dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Thu, 11 Jan 2024 10:18:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=90=9C=E7=B4=A2=E6=97=B6=E5=90=91?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E6=A0=8F=E6=B7=BB=E5=8A=A0hideRelated?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/entityExplorer/EntityExplorer.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {