fix(场景自动化): 修复移除不了导入的步骤问题

This commit is contained in:
fit2-zhao 2021-03-19 18:41:23 +08:00
parent 6ac294702d
commit 17a764e236
1 changed files with 2 additions and 2 deletions

View File

@ -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;