mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-11-30 02:58:31 +08:00
fix(任务中心): 修复列表初次打开不加载问题
--bug=1020636 --user=赵勇 [任务中心]github #20209任务中心默认打开的接口测试默认不加载 https://www.tapd.cn/55049933/s/1315825
This commit is contained in:
parent
1743bb806f
commit
e17fc14f3f
@ -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
Block a user