syste: 移除无效引用

This commit is contained in:
TsMask
2025-08-25 15:22:45 +08:00
parent a039fd7a3a
commit a148dc82a9

View File

@@ -11,7 +11,6 @@ import useDictStore from '@/store/modules/dict';
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants'; import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
import useI18n from '@/hooks/useI18n'; import useI18n from '@/hooks/useI18n';
import { getKPITitleList, updateKPITitle } from '@/api/perfManage/goldTarget'; import { getKPITitleList, updateKPITitle } from '@/api/perfManage/goldTarget';
import { tr } from 'intl-tel-input/i18n';
const { t } = useI18n(); const { t } = useI18n();
const { getDict } = useDictStore(); const { getDict } = useDictStore();