perf: 合并 select-modal 方便后续增加更多类似组件

This commit is contained in:
xingyu4j
2025-05-29 11:32:56 +08:00
parent e3e0b1f1a0
commit 2aaf8aad8b
6 changed files with 3 additions and 4 deletions

View File

@@ -1 +1,2 @@
export { default as DeptSelectModal } from './dept-select-modal.vue';
export { default as UserSelectModal } from './user-select-modal.vue';

View File

@@ -1 +0,0 @@
export { default as UserSelectModal } from './user-select-modal.vue';