refactor(测试跟踪): 修复测试计划场景用例批量执行不显示默认运行环境问题

--user=郭雨琦
https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001019836
This commit is contained in:
guoyuqi 2022-11-18 18:25:51 +08:00 committed by xiaomeinvG
parent 998c6ff12c
commit 913434e11c
1 changed files with 4 additions and 1 deletions

View File

@ -446,7 +446,10 @@ export default {
rows.forEach(row => {
this.planCaseIds.push(row.id);
})
this.$refs.runMode.open('API');
//this.planCaseIds
this.$nextTick(()=>{
this.$refs.runMode.open('API');
})
},
orderBySelectRows(rows) {
let selectIds = Array.from(rows).map(row => row.id);