From a8b73500121cfdccbd5ea95d1325e8f7953dab75 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 4 May 2022 17:55:15 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20tab=E4=B8=AD=E6=94=BE=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E9=92=BB=E5=8F=96=E5=90=8E=E6=9F=A5=E7=9C=8B=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=9B=BE=E5=BD=A2=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../canvas/custom-component/UserViewDialog.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/frontend/src/components/canvas/custom-component/UserViewDialog.vue b/frontend/src/components/canvas/custom-component/UserViewDialog.vue index bef848da14..f450247a5e 100644 --- a/frontend/src/components/canvas/custom-component/UserViewDialog.vue +++ b/frontend/src/components/canvas/custom-component/UserViewDialog.vue @@ -123,10 +123,24 @@ export default { if (!this.curComponent && this.lastMapChart) { return this.lastMapChart } + if (this.curComponent && this.curComponent.options && this.curComponent.options.tabList && this.curComponent.options.tabList.length) { + const tabList = JSON.parse(JSON.stringify(this.curComponent.options.tabList)) + tabList.forEach(tab => { + if (tab.content && + tab.content.propValue && + tab.content.propValue.viewId && + tab.content.propValue.viewId === this.chart.id && + tab.content.DetailAreaCode && + tab.content.DetailAreaCode.length) { + DetailAreaCode = tab.content.DetailAreaCode + } + }) + } const result = { ...temp, ...{ DetailAreaCode: DetailAreaCode }} this.setLastMapChart(result) return result } + return null } }, From 3fa321a08de6bbdb3a5c1b6668c40a1cb3ad5008 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 4 May 2022 18:05:39 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E8=AE=BF?= =?UTF-8?q?=E9=97=AEhttps=E5=8D=87=E7=BA=A7=E7=AD=96=E7=95=A5=E6=94=BE?= =?UTF-8?q?=E5=9C=A8nginx=E8=80=8C=E4=B8=8D=E6=98=AF=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/public/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/mobile/public/index.html b/mobile/public/index.html index 7f4260a564..c71119229a 100644 --- a/mobile/public/index.html +++ b/mobile/public/index.html @@ -3,7 +3,6 @@ - <%= htmlWebpackPlugin.options.title %>