Mr.Shi
2023-08-22 a30af31a33908dac49a42849cacf36e9903a37e5
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