fix(接口测试): 修复首页切换tab时统计归零的情况

--bug=1021625 --user=宋天阳
【接口测试】github#21120,API自动化首页统计信息在切换table页后相关统计信息不可以展示
https://www.tapd.cn/55049933/s/1323927
This commit is contained in:
song-tianyang 2023-01-06 19:29:25 +08:00 committed by 建国
parent 2133419ca0
commit 4895f680e0
4 changed files with 1 additions and 10 deletions

View File

@ -81,7 +81,7 @@ export default {
showVersionSelector: false,
};
},
created() {
activated() {
this.initVersions();
this.$nextTick(() => {
this.refreshAllCard();

View File

@ -206,9 +206,6 @@ export default {
},
};
},
activated() {
this.search();
},
methods: {
search(versionId) {
this.loading = true;

View File

@ -207,9 +207,6 @@ export default {
},
};
},
activated() {
this.search();
},
methods: {
search(versionId) {
this.loading = true;

View File

@ -160,9 +160,6 @@ export default {
},
};
},
activated() {
this.search();
},
methods: {
search(versionId) {
this.loading = true;