ZaiZai hace 3 meses
padre
commit
823f20fbf6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)