screen_standard/src/components/AppLayout.vue
@@ -46,7 +46,9 @@ </div> </div> </div> <RouterView /> <KeepAlive> <RouterView /> </KeepAlive> </div> </template> @@ -139,7 +141,6 @@ } onMounted(() => { console.log(route.name); getDepartmentList(enterprise.companyId) .then(res => { data.comList = res