feat: 网元信息配置文件导入导出

This commit is contained in:
TsMask
2024-05-31 15:08:55 +08:00
parent 467c93f710
commit 8e4c5d0b90
6 changed files with 401 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
import { restartNf, startNf, stopNf } from '@/api/configManage/neManage';
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
import { Modal, message } from 'ant-design-vue/lib';
import useI18n from '@/hooks/useI18n';