fix(任务中心): 修复列表初次打开不加载问题

--bug=1020636 --user=赵勇 [任务中心]github #20209任务中心默认打开的接口测试默认不加载 https://www.tapd.cn/55049933/s/1315825
This commit is contained in:
fit2-zhao 2022-12-15 09:52:18 +08:00 committed by fit2-zhao
parent 1743bb806f
commit e17fc14f3f

View File

@ -299,7 +299,8 @@ export default {
if (activeName) {
this.activeName = activeName;
}
this.showTaskCenter();
this.init(true);
setTimeout(this.showTaskCenter, 2000);
},
getPercentage(status) {
if (status) {