@@ -154,6 +154,7 @@ const projectInfoCheck = async ({ type, info, item }) => {
if (index !== -1) {
wbsTreeInfo.value = getObjValue(info)
wbsTreeType.value = (index + 1) + ''
+ await nextTick()
isWbsTreeDrawer.value = true
} else if (type === 'editProject') {
projectItem.value = getObjValue(info)