11 lines
144 B
Vue
11 lines
144 B
Vue
<template>
|
|
<view>
|
|
<slot />
|
|
<company-dept-dialog />
|
|
</view>
|
|
</template>
|
|
|
|
<script setup></script>
|
|
|
|
<style lang="scss" scoped></style>
|