From 857392eef3fc74ff2d423c2fb571488ce0750503 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 25 Nov 2021 10:55:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/bottomBox/tabs/panelTabNew.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/panelTabNew.vue b/nezha-fronted/src/components/common/bottomBox/tabs/panelTabNew.vue index 0b35ad694..bafd09fa3 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/panelTabNew.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/panelTabNew.vue @@ -560,7 +560,7 @@ export default { this.panelLock = boolean }, chartBySync () { - this.$post('visual/panel/chart/syncTmpl', { pid: this.obj.id }).then(res => { + this.$post('visual/panel/chart/syncTmpl', { panelId: this.showPanel.id }).then(res => { if (res.code === 200) { this.getTableData(this.obj.id) this.$message.success(this.$t('tip.syncSuccess'))