mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 12:09:13 +08:00
fix(接口测试): 修复首页切换tab时统计归零的情况
--bug=1021625 --user=宋天阳 【接口测试】github#21120,API自动化首页统计信息在切换table页后相关统计信息不可以展示 https://www.tapd.cn/55049933/s/1323927
This commit is contained in:
parent
2133419ca0
commit
4895f680e0
@ -81,7 +81,7 @@ export default {
|
||||
showVersionSelector: false,
|
||||
};
|
||||
},
|
||||
created() {
|
||||
activated() {
|
||||
this.initVersions();
|
||||
this.$nextTick(() => {
|
||||
this.refreshAllCard();
|
||||
|
@ -206,9 +206,6 @@ export default {
|
||||
},
|
||||
};
|
||||
},
|
||||
activated() {
|
||||
this.search();
|
||||
},
|
||||
methods: {
|
||||
search(versionId) {
|
||||
this.loading = true;
|
||||
|
@ -207,9 +207,6 @@ export default {
|
||||
},
|
||||
};
|
||||
},
|
||||
activated() {
|
||||
this.search();
|
||||
},
|
||||
methods: {
|
||||
search(versionId) {
|
||||
this.loading = true;
|
||||
|
@ -160,9 +160,6 @@ export default {
|
||||
},
|
||||
};
|
||||
},
|
||||
activated() {
|
||||
this.search();
|
||||
},
|
||||
methods: {
|
||||
search(versionId) {
|
||||
this.loading = true;
|
||||
|
Loading…
Reference in New Issue
Block a user