fix(性能测试): 修复压力配置-开启RPS上限按钮,执行测试后,按钮自动关闭

This commit is contained in:
Captain.B 2020-10-19 15:20:50 +08:00
parent 9b7ca67649
commit 695aae0d9d
1 changed files with 3 additions and 0 deletions

View File

@ -201,6 +201,9 @@ export default {
case RPS_LIMIT:
this.rpsLimit = d.value;
break;
case RPS_LIMIT_ENABLE:
this.rpsLimitEnable = d.value;
break;
default:
break;
}