ZaiZai 3 달 전
부모
커밋
823f20fbf6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/project/list.vue

+ 1 - 0
src/views/project/list.vue

@@ -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)