fix(任务中心): 修复任务中心点击再次场景报告,报告没有收回的缺陷

--bug=1032321 --user=王孝刚 【任务中心】执行场景用例-任务中心查看-再次点击未收回查看详情
https://www.tapd.cn/55049933/s/1433996
This commit is contained in:
wxg0103 2023-11-07 15:52:48 +08:00 committed by wxg0103
parent b645407fa4
commit 6163d5ef63
1 changed files with 2 additions and 1 deletions

View File

@ -470,7 +470,8 @@ export default {
}
},
showReport(row) {
if (this.size > 600 && this.reportId === row.id) {
if (this.size > 600 && (this.reportId === row.id ||
(this.reportId.indexOf('[TEST-PLAN-REDIRECT]')> -1 && this.reportId.split('[TEST-PLAN-REDIRECT]')[1]) === row.id)) {
this.packUp();
return;
}