避免异常状态导致无限循环

This commit is contained in:
q4speed 2020-05-22 18:07:19 +08:00
parent 2f1a299f27
commit af47f8d950
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<router-link :to="path">{{report.testName}}</router-link>
<span class="time">{{report.createTime | timestampFormatDate}}</span>
</header>
<main v-if="this.isCompleted">
<main v-if="this.isNotRunning">
<ms-metric-chart :content="content"/>
<el-tabs v-model="activeName">
<el-tab-pane :label="$t('api_report.total')" name="total">