fix: 网元授权上传后点击ok检查状态

This commit is contained in:
TsMask
2025-04-10 20:34:15 +08:00
parent 7973b179af
commit 5b6520ef5e
3 changed files with 21 additions and 5 deletions

View File

@@ -10,7 +10,6 @@ import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
import { delNeHost, listNeHost } from '@/api/ne/neHost';
import useDictStore from '@/store/modules/dict';
import useI18n from '@/hooks/useI18n';
import { number } from 'echarts';
const { getDict } = useDictStore();
const { t } = useI18n();
const EditModal = defineAsyncComponent(