fix(任务中心): 修复列表初次打开不加载问题
--bug=1020636 --user=赵勇 [任务中心]github #20209任务中心默认打开的接口测试默认不加载 https://www.tapd.cn/55049933/s/1315825
This commit is contained in:
parent
9b491725d4
commit
a2559b26b5
|
@ -299,7 +299,8 @@ export default {
|
|||
if (activeName) {
|
||||
this.activeName = activeName;
|
||||
}
|
||||
this.showTaskCenter();
|
||||
this.init(true);
|
||||
setTimeout(this.showTaskCenter, 2000);
|
||||
},
|
||||
getPercentage(status) {
|
||||
if (status) {
|
||||
|
|
Loading…
Reference in New Issue