fix: 修改j网元信息接口

This commit is contained in:
TsMask
2024-02-29 20:55:29 +08:00
parent c2cc81fccf
commit 7dedbb927c
6 changed files with 53 additions and 39 deletions

View File

@@ -4,7 +4,7 @@ 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, traceUPF } from '@/api/traceManage/pcap';
import { listNe } from '@/api/ne/ne';
import { listAllNeInfo } from '@/api/ne/neInfo';
import { getNeFile } from '@/api/tool/neFile';
import saveAs from 'file-saver';
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
@@ -127,7 +127,7 @@ function fnTableSelectedRowKeys(keys: (string | number)[]) {
function fnGetList() {
if (tableState.loading) return;
tableState.loading = true;
listNe({
listAllNeInfo({
bandStatus: false,
}).then(res => {
if (