fix: 测试计划-UI用例列表-操作-执行-提示信息不符

--bug=1021698 --user=张勇 【测试跟踪】测试计划-UI用例列表-操作-执行-提示信息不符 https://www.tapd.cn/55049933/s/1324908
This commit is contained in:
zhangyong 2023-01-10 11:26:46 +08:00 committed by zhangdahai112
parent 1962ff3fac
commit 0268c7a8d4
1 changed files with 1 additions and 1 deletions

View File

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