fix(测试跟踪): UI用例列表执行通过率和执行结果未更新

--bug=1021088 --user=李玉号
【测试跟踪】测试计划-UI用例列表-操作-执行-通过率和执行结果未更新
https://www.tapd.cn/55049933/s/1346750
This commit is contained in:
shiziyuan9527 2023-03-08 10:28:11 +08:00 committed by lyh
parent 38b7175b61
commit 4bff6f56ba
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@
<div>
<!-- 执行结果 -->
<el-drawer :visible.sync="runVisible" :destroy-on-close="true" direction="ltr" :withHeader="true" :modal="false"
size="90%">
size="90%" @close="search">
<micro-app :to="`/ui/report/view/${reportId}`" route-name="ApiReportView"
:route-params="{showCancelButton: false, reportId, view: true}" service="ui"/>
</el-drawer>