|
|
@ -23,6 +23,9 @@ import { useValidator } from '@/hooks/web/useValidator'
|
|
|
|
import { getLoginOrganCodeByUserInfo } from '@/utils/auth'
|
|
|
|
import { getLoginOrganCodeByUserInfo } from '@/utils/auth'
|
|
|
|
import { getOrganTree } from '@/api/common'
|
|
|
|
import { getOrganTree } from '@/api/common'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defineOptions({
|
|
|
|
|
|
|
|
name: 'IndexSearchServiceMs',
|
|
|
|
|
|
|
|
});
|
|
|
|
const { t } = useI18n()
|
|
|
|
const { t } = useI18n()
|
|
|
|
const { required } = useValidator();
|
|
|
|
const { required } = useValidator();
|
|
|
|
|
|
|
|
|
|
|
|