From 0ff8927d4bdbf30a0f378e83a4335426a297a046 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 29 Oct 2021 13:42:30 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=E8=B7=B3=E8=BD=AC=E8=BF=87=E5=90=8E?= =?UTF-8?q?=E7=9A=84=E4=BB=AA=E8=A1=A8=E6=9D=BF=E4=B9=9F=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/canvas/components/Editor/PreviewEject.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/canvas/components/Editor/PreviewEject.vue b/frontend/src/components/canvas/components/Editor/PreviewEject.vue index 9619635a98..976373206b 100644 --- a/frontend/src/components/canvas/components/Editor/PreviewEject.vue +++ b/frontend/src/components/canvas/components/Editor/PreviewEject.vue @@ -31,7 +31,7 @@ export default { this.$store.commit('setNowPanelTrackInfo', rsp.data) }) // 刷新跳转信息 - queryPanelJumpInfo(data.id).then(rsp => { + queryPanelJumpInfo(this.panelId).then(rsp => { this.$store.commit('setNowPanelJumpInfo', rsp.data) })