This commit is contained in:
sjl
2024-11-18 09:02:57 +08:00
parent a8eaccc53e
commit 5cdbee88b4
54 changed files with 375 additions and 836 deletions

View File

@@ -42,10 +42,10 @@
import{ ElMessage, type FormInstance,type FormItemRule } from 'element-plus'
import type { ProTableInstance } from '@/components/ProTable/interface'
import { ref,computed, Ref } from 'vue'
import { type Role } from '@/api/role/interface'
import { type Role } from '@/api/user/interface/role'
import {dialogSmall} from '@/utils/elementBind'
import { useDictStore } from '@/stores/modules/dict'
import {addRole,editRole,} from '@/api/role/role'
import {addRole,editRole} from '@/api/user/role'
const dictStore = useDictStore()
// 定义弹出组件元信息