fix(接口自动化): 场景变量删除问题修复
This commit is contained in:
parent
7e2b2baf80
commit
871f1cbb51
|
@ -149,6 +149,7 @@
|
|||
const index = this.variables.findIndex(d => d.id === row);
|
||||
this.variables.splice(index, 1);
|
||||
})
|
||||
this.selection = [];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue