8
0
ZaiZai 3 månader sedan
förälder
incheckning
823f20fbf6
1 ändrade filer med 1 tillägg och 0 borttagningar
  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)