mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-19 05:15:08 +08:00
Merge branch 'dev' of gitee.com:yudaocode/yudao-ui-admin-vue3 into dev
Signed-off-by: 凌太虚 <343015202@qq.com>
This commit is contained in:
@ -90,10 +90,10 @@
|
||||
<script setup lang="ts" name="Dept">
|
||||
import { handleTree } from '@/utils/tree'
|
||||
import * as DeptApi from '@/api/system/dept'
|
||||
import { getListSimpleUsersApi, UserVO } from '@/api/system/user'
|
||||
import { DICT_TYPE, getDictOptions } from '@/utils/dict'
|
||||
import DeptForm from './form.vue'
|
||||
import { dateFormatter } from '@/utils/formatTime'
|
||||
import { getSimpleUserList, UserVO } from '@/api/system/user'
|
||||
const message = useMessage() // 消息弹窗
|
||||
const { t } = useI18n() // 国际化
|
||||
// 搜索变量
|
||||
@ -115,7 +115,7 @@ const loading = ref(true) // 列表的加载中
|
||||
|
||||
//获取用户列表
|
||||
const getUserList = async () => {
|
||||
const res = await getListSimpleUsersApi()
|
||||
const res = await getSimpleUserList()
|
||||
userOption.value = res
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user