fix(场景自动化): 批量运行场景用例-串行-node资源池运行,执行完后没有显示结果 #1005235

--bug=1005235 --user=赵勇 【接口测试】批量运行... https://www.tapd.cn/55049933/s/1026267
This commit is contained in:
fit2-zhao 2021-07-20 16:27:04 +08:00 committed by fit2-zhao
parent 494fde0985
commit 4837231ae1
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@
<!-- 执行结果 -->
<el-drawer :visible.sync="runVisible" :destroy-on-close="true" direction="ltr" :withHeader="true" :modal="false"
size="90%">
<sysn-api-report-detail @refresh="search" :infoDb="infoDb" :report-id="reportId" :currentProjectId="projectId"/>
<sysn-api-report-detail @refresh="search" :debug="true" :scenario="currentScenario" :scenarioId="scenarioId" :infoDb="infoDb" :report-id="reportId" :currentProjectId="projectId"/>
</el-drawer>
<!-- 执行结果 -->
<el-drawer :visible.sync="showReportVisible" :destroy-on-close="true" direction="ltr" :withHeader="true" :modal="false"