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

@@ -32,11 +32,11 @@
import{ ElMessage, ElTree, type FormInstance,type FormItemRule } from 'element-plus'
import type { ProTableInstance } from '@/components/ProTable/interface'
import { ref,computed, type Ref, nextTick } from 'vue'
import { Role } from '@/api/role/interface'
import { Role } from '@/api/user/interface/role'
import {dialogMiddle,dialogSmall} from '@/utils/elementBind'
import { useDictStore } from '@/stores/modules/dict'
import { type Function } from '@/api/function/interface'
import {getRoleFunction,assignFunction} from '@/api/role/role'
import { type Function } from '@/api/user/function/interface'
import {getRoleFunction,assignFunction} from '@/api/user/role/index'
// 保存数据
const treeRef = ref<InstanceType<typeof ElTree>>()