From 0d4979d3d9f3432e095a839c2664452ad679ccc6 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 20 Sep 2024 18:22:22 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=B3=A8=E9=87=8A=E5=92=8C=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/neinfo.ts | 2 +- src/views/ne/neConfig/index.vue | 2 +- src/views/traceManage/pcap/index.vue | 7 +------ 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/store/modules/neinfo.ts b/src/store/modules/neinfo.ts index 5b7f8314..ebe158ee 100644 --- a/src/store/modules/neinfo.ts +++ b/src/store/modules/neinfo.ts @@ -2,7 +2,7 @@ import { defineStore } from 'pinia'; import { RESULT_CODE_SUCCESS } from '@/constants/result-constants'; import { listAllNeInfo } from '@/api/ne/neInfo'; import { parseDataToOptions } from '@/utils/parse-tree-utils'; -import { getNeTraceInterfaceAll } from '@/api/traceManage/task'; +import { getNeTraceInterfaceAll } from '@/api/trace/task'; import { getNePerformanceList } from '@/api/perfManage/taskManage'; /**网元信息类型 */ diff --git a/src/views/ne/neConfig/index.vue b/src/views/ne/neConfig/index.vue index 405c85f7..a8fa89e4 100644 --- a/src/views/ne/neConfig/index.vue +++ b/src/views/ne/neConfig/index.vue @@ -18,7 +18,7 @@ const { ruleVerification, smfByUPFIdLoadData, smfByUPFIdOptions } = useOptions({ t, }); -/**网元参数 */ +/**网元类型_多neId */ let neCascaderOptions = ref[]>([]); /**网元类型选择 type,id */ diff --git a/src/views/traceManage/pcap/index.vue b/src/views/traceManage/pcap/index.vue index 4bc5c0ea..46469475 100644 --- a/src/views/traceManage/pcap/index.vue +++ b/src/views/traceManage/pcap/index.vue @@ -4,12 +4,7 @@ import { useRoute, useRouter } from 'vue-router'; import { message, Modal } from 'ant-design-vue/lib'; import { ColumnsType } from 'ant-design-vue/lib/table'; import { PageContainer } from 'antdv-pro-layout'; -import { - dumpStart, - dumpStop, - dumpDownload, - traceUPF, -} from '@/api/trace/pcap'; +import { dumpStart, dumpStop, dumpDownload, traceUPF } from '@/api/trace/pcap'; import { listAllNeInfo } from '@/api/ne/neInfo'; import { getNeFile } from '@/api/tool/neFile'; import saveAs from 'file-saver';