fix(性能测试): 修复性能测试压力配置切换线程类型没有重新计算图表的问题

This commit is contained in:
Captain.B 2021-05-19 14:58:06 +08:00 committed by 刘瑞斌
parent b73efbf703
commit 1d5b32aab8
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
</el-form-item>
<br>
<el-form-item>
<el-radio-group v-model="threadGroup.threadType">
<el-radio-group v-model="threadGroup.threadType" @change="calculateTotalChart()">
<el-radio label="DURATION">{{ $t('load_test.by_duration') }}</el-radio>
<el-radio label="ITERATION">{{ $t('load_test.by_iteration') }}</el-radio>
</el-radio-group>