This commit is contained in:
2022-12-16 16:12:18 +08:00
parent 44f63d0067
commit db04de9f48
9 changed files with 71 additions and 14 deletions

View File

@@ -321,7 +321,7 @@
import crudUser from '@/views/system/user'
import crudDept from '@/api/system/dept'
// import crudDataPermission from '@/views/system/permission/dataPermission'
import { getAll, getLevel } from '@/api/system/role'
import { getAll, getLevel } from '@/views/system/role/role'
import CRUD, { crud, form, header, presenter } from '@crud/crud'
import rrOperation from '@crud/RR.operation'
import crudOperation from '@crud/CRUD.operation'