From c27262a71bf291dbce9a27113e2497e03c46b7b8 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Mon, 4 Mar 2024 18:24:58 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE):=20=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=9C=AA=E8=AE=BE=E7=BD=AE=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=97=B6=E6=9C=AA=E5=BC=B9=E5=87=BA=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/canvas/customComponent/UserView.vue | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/core/frontend/src/components/canvas/customComponent/UserView.vue b/core/frontend/src/components/canvas/customComponent/UserView.vue index 71027c72a7..5854d1fafa 100644 --- a/core/frontend/src/components/canvas/customComponent/UserView.vue +++ b/core/frontend/src/components/canvas/customComponent/UserView.vue @@ -1231,13 +1231,11 @@ export default { this.windowsJump(url, jumpInfo.jumpType) } } else { - if (this.chart.type.indexOf('table') === -1) { - this.$message({ - type: 'warn', - message: '未获取跳转信息', - showClose: true - }) - } + this.$message({ + type: 'warn', + message: '未获取跳转信息', + showClose: true + }) } }, setIdValueTrans(from, to, content, colList) {