|
@@ -192,7 +192,6 @@ const loading = ref(true) // 列表的加载中
|
|
|
const total = ref(0) // 列表的总页数
|
|
|
const list = ref([]) // 列表的数
|
|
|
const deptList = ref<Tree[]>([]) // 树形结构
|
|
|
-const userList = ref<Tree[]>([]) // 树形结构
|
|
|
const deptSort: any = ref([])
|
|
|
const initTreeDeps = async () => {
|
|
|
DeptApi.getSimpleDeptList().then((res) => {
|