fix(测试计划): 脑图插入新节点后无法点击用例数量节点打开关联抽屉
This commit is contained in:
parent
2611efb162
commit
8e5acb0013
|
@ -480,10 +480,10 @@
|
||||||
// 功能用例测试点没有环境和资源池
|
// 功能用例测试点没有环境和资源池
|
||||||
execInert('AppendSiblingNode', envNodeData);
|
execInert('AppendSiblingNode', envNodeData);
|
||||||
execInert('AppendSiblingNode', resourcePoolNodeData);
|
execInert('AppendSiblingNode', resourcePoolNodeData);
|
||||||
setTimeout(() => {
|
|
||||||
inInsertingNode.value = false;
|
|
||||||
}, 0);
|
|
||||||
}
|
}
|
||||||
|
setTimeout(() => {
|
||||||
|
inInsertingNode.value = false;
|
||||||
|
}, 300); // 等待节点插入完成,动画时间 300ms
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue