ZaiZai il y a 9 mois
Parent
commit
3838872a99
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/views/project/list.vue

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

@@ -181,6 +181,7 @@ const addProjectClick = () => {
 //离开了当前页面
 onDeactivated(() => {
     isWbsTreeDrawer.value = false
+    isProjectDrawer.value = false
 })
 </script>