fix(性能测试): 修复 rpsenable 不能切换的问题

This commit is contained in:
Captain.B 2020-11-10 17:33:48 +08:00
parent 3b656cb538
commit cb16e89eb2
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
</el-form-item>
<br>
<el-form-item :label="$t('load_test.rps_limit')">
<el-switch v-model="rpsLimitEnable"/>
<el-switch v-model="threadGroup.rpsLimitEnable" @change="calculateTotalChart()"/>
&nbsp;
<el-input-number
:disabled="isReadOnly || !threadGroup.rpsLimitEnable"