fix(测试跟踪): 修复测试计划定时任务资源池未同步选择问题
--bug=1019457 --user=赵勇 【接口测试】测试计划-场景用例-执行结果-点击分享报告没反应 https://www.tapd.cn/55049933/s/1301631
This commit is contained in:
parent
23b1bf78b3
commit
15beef7698
|
@ -368,6 +368,9 @@ export default {
|
|||
return param;
|
||||
},
|
||||
open(row) {
|
||||
if (this.isHasLicense) {
|
||||
this.query();
|
||||
}
|
||||
this.planId = row.id;
|
||||
//测试计划页面跳转来的
|
||||
let paramTestId = row.id;
|
||||
|
|
Loading…
Reference in New Issue