fix(接口测试): 修复跨场景拼接无法多次复制同一场景的bug

Closes #509
This commit is contained in:
q4speed 2020-10-12 10:15:06 +08:00
parent 90e857b105
commit 27e50e9ff0
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ export default {
clone(row) {
let scenarios = [];
row.selected.forEach(options => {
// IDID
options.id = undefined;
scenarios.push(new Scenario(options));
})
this.$emit('select', scenarios);