From 17a764e2366143a49052900f317f39055616853d Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Fri, 19 Mar 2021 18:41:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9C=BA=E6=99=AF=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96):=20=E4=BF=AE=E5=A4=8D=E7=A7=BB=E9=99=A4=E4=B8=8D?= =?UTF-8?q?=E4=BA=86=E5=AF=BC=E5=85=A5=E7=9A=84=E6=AD=A5=E9=AA=A4=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../automation/scenario/component/JmeterElementComponent.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/business/components/api/automation/scenario/component/JmeterElementComponent.vue b/frontend/src/business/components/api/automation/scenario/component/JmeterElementComponent.vue index 7c47a3484b..5a80f68f70 100644 --- a/frontend/src/business/components/api/automation/scenario/component/JmeterElementComponent.vue +++ b/frontend/src/business/components/api/automation/scenario/component/JmeterElementComponent.vue @@ -54,10 +54,10 @@ }, methods: { remove() { - this.$emit('remove', this.jsr223Processor, this.node); + this.$emit('remove', this.request, this.node); }, copyRow() { - this.$emit('copyRow', this.jsr223Processor, this.node); + this.$emit('copyRow', this.request, this.node); }, active() { this.request.active = !this.request.active;