fix(接口自动化): 场景变量删除问题修复

This commit is contained in:
fit2-zhao 2021-01-28 18:35:38 +08:00
parent 7e2b2baf80
commit 871f1cbb51
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@
const index = this.variables.findIndex(d => d.id === row);
this.variables.splice(index, 1);
})
this.selection = [];
}
}
}