mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-03 20:49:56 +08:00
fix(测试跟踪): 测试计划执行接口用例一直转圈
This commit is contained in:
parent
6a12205f58
commit
92719a7c34
@ -366,9 +366,11 @@ export default {
|
||||
created: function () {
|
||||
this.getMaintainerOptions();
|
||||
this.initTable();
|
||||
this.$EventBus.$on("API_TEST_ERROR", this.handleTestEnd);
|
||||
this.$EventBus.$on("API_TEST_END", this.handleTestEnd);
|
||||
},
|
||||
destroyed() {
|
||||
this.$EventBus.$off("API_TEST_ERROR", this.handleTestEnd);
|
||||
this.$EventBus.$off("API_TEST_END", this.handleTestEnd);
|
||||
},
|
||||
activated() {
|
||||
|
Loading…
Reference in New Issue
Block a user