获取当前用户信息,赋值给对应的组织架构树

pull/134/MERGE
xiaoliu 2023-07-10 20:54:14 +08:00 committed by 小诺
parent 311352278f
commit e643c2c2d2
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
<script setup name="organizationChart">
import { Vue3TreeOrg } from 'vue3-tree-org'
import 'vue3-tree-org/lib/vue3-tree-org.css'
import tool from '@/utils/tool'
import userCenterApi from '@/api/sys/userCenterApi'
let data = ref({})