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