mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-27 14:57:08 +08:00
refactor: 优化系统管理相关代码
This commit is contained in:
@@ -33,7 +33,6 @@ const dataId = ref('')
|
||||
const visible = ref(false)
|
||||
const isUpdate = computed(() => !!dataId.value)
|
||||
const title = computed(() => (isUpdate.value ? '修改用户' : '新增用户'))
|
||||
|
||||
const formRef = ref<InstanceType<typeof GiForm>>()
|
||||
const { roleList, getRoleList } = useRole()
|
||||
const { deptList, getDeptList } = useDept()
|
||||
|
Reference in New Issue
Block a user