|
|
|
@ -4,7 +4,7 @@
@@ -4,7 +4,7 @@
|
|
|
|
|
@ok="handleSubmit" |
|
|
|
|
@register="registerModal" |
|
|
|
|
> |
|
|
|
|
<BasicForm @register="registerForm"/> |
|
|
|
|
<BasicForm @register="registerForm" /> |
|
|
|
|
</BasicModal> |
|
|
|
|
</template> |
|
|
|
|
<script lang="ts"> |
|
|
|
@ -20,10 +20,10 @@
@@ -20,10 +20,10 @@
|
|
|
|
|
import { userFormSchema } from './user.data'; |
|
|
|
|
import { listDept } from '/@/api/platform/system/controller/dept'; |
|
|
|
|
import { addUser, editUser, getUser } from '/@/api/platform/system/controller/user'; |
|
|
|
|
import { listToTree } from "/@/utils/helper/treeHelper"; |
|
|
|
|
import { ModalProps } from "/@/components/Modal"; |
|
|
|
|
import { listToTree } from '/@/utils/helper/treeHelper'; |
|
|
|
|
import { ModalProps } from '/@/components/Modal'; |
|
|
|
|
import { findListNameById } from '/@/utils'; |
|
|
|
|
import { TreeItem } from "/@/components/Tree"; |
|
|
|
|
import { TreeItem } from '/@/components/Tree'; |
|
|
|
|
import { useMessage } from '/@/hooks/web/useMessage'; |
|
|
|
|
|
|
|
|
|
/** 类型规范统一声明定义区域 */ |
|
|
|
|