fix(场景自动化): 修复移除不了导入的步骤问题
This commit is contained in:
parent
6ac294702d
commit
17a764e236
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue