refactor(性能测试): 性能测试重构, 资源池 backendListener 默认为 true

This commit is contained in:
Captain.B 2021-08-04 10:19:09 +08:00 committed by 刘瑞斌
parent b84501ab65
commit 2cd6c1085a
1 changed files with 42 additions and 42 deletions

View File

@ -246,7 +246,7 @@ export default {
currentPage: 1,
pageSize: 10,
total: 0,
form: {performance: true, api: true},
form: {performance: true, api: true, backendListener: true},
screenHeight: 'calc(100vh - 195px)',
requiredRules: [{required: true, message: this.$t('test_resource_pool.fill_the_data'), trigger: 'blur'}],
rule: {
@ -450,7 +450,7 @@ export default {
});
},
closeFunc() {
this.form = {performance: true, api: true};
this.form = {performance: true, api: true, backendListener: true};
this.dialogVisible = false;
removeGoBackListener(this.closeFunc);
},