From feb67dba6ec3e07e3700fe039cca9e839fdb0087 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 23 Sep 2022 18:10:03 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=B1=87=E6=80=BB=E8=A1=A8=E9=85=8D=E7=BD=AE=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E5=AD=97=E6=AE=B5=E5=90=8E=E5=88=87=E6=8D=A2=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E8=A1=A8=E8=B7=B3=E8=BD=AC=E5=AD=97=E6=AE=B5=E6=9C=AA?= =?UTF-8?q?=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/canvas/custom-component/DeRichTextView.vue | 2 +- frontend/src/views/panel/LinkJumpSet/index.vue | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/canvas/custom-component/DeRichTextView.vue b/frontend/src/components/canvas/custom-component/DeRichTextView.vue index 5ccbf081b9..1c78d8ac4f 100644 --- a/frontend/src/components/canvas/custom-component/DeRichTextView.vue +++ b/frontend/src/components/canvas/custom-component/DeRichTextView.vue @@ -194,8 +194,8 @@ export default { if (this.editStatus&&this.canEdit===false) { this.canEdit = true this.element['editing'] = true - this.reShow() this.myValue = this.element.propValue.textValue + this.reShow() } }, reShow() { diff --git a/frontend/src/views/panel/LinkJumpSet/index.vue b/frontend/src/views/panel/LinkJumpSet/index.vue index 26cef164c6..62c567cce5 100644 --- a/frontend/src/views/panel/LinkJumpSet/index.vue +++ b/frontend/src/views/panel/LinkJumpSet/index.vue @@ -362,8 +362,10 @@ export default { const checkAllAxisStr = chartDetails.xaxis + chartDetails.xaxisExt + chartDetails.yaxis + chartDetails.yaxisExt + chartDetails.drillFields let checkJumpStr if (chartDetails.type === 'table-pivot') { - checkJumpStr = chartDetails.yaxis + chartDetails.yaxisExt - } else { + checkJumpStr = chartDetails.yaxis + chartDetails.yaxisExt + chartDetails.drillFields + }else if(chartDetails.type === 'table-info') { + checkJumpStr = chartDetails.xaxis + chartDetails.drillFields + }else { checkJumpStr = checkAllAxisStr } // 获取可关联的仪表板