微调
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
<script setup lang='tsx' name='useRole'>
|
||||
import TimeControl from '@/components/TimeControl/index.vue'
|
||||
import { type User } from '@/api/user/interface'
|
||||
import { type User } from '@/api/user/interface/user'
|
||||
import { useHandleData } from '@/hooks/useHandleData'
|
||||
import ProTable from '@/components/ProTable/index.vue'
|
||||
import UserPopup from './components/userPopup.vue'
|
||||
@@ -42,7 +42,7 @@
|
||||
import { useDictStore } from '@/stores/modules/dict'
|
||||
import {getUserList, deleteUser,getRoleList} from '@/api/user/user'
|
||||
import { onMounted, reactive, ref } from 'vue'
|
||||
import { type Role } from '@/api/role/interface'
|
||||
import { type Role } from '@/api/user/interface/role'
|
||||
const roleList = ref<Role.RoleBO[]>([])
|
||||
const dictStore = useDictStore()
|
||||
const userPopup = ref()
|
||||
|
||||
Reference in New Issue
Block a user