feat: 黄金指标实时数据非对应网元类型
This commit is contained in:
@@ -537,7 +537,7 @@ function wsMessage(res: Record<string, any>) {
|
|||||||
if (data.groupId === '10') {
|
if (data.groupId === '10') {
|
||||||
const kpiEvent = data.data;
|
const kpiEvent = data.data;
|
||||||
// 非对应网元类型
|
// 非对应网元类型
|
||||||
if (kpiEvent.neType !== state.neType[0]) return;
|
if (kpiEvent.neType !== queryParams.neType) return;
|
||||||
|
|
||||||
for (const key of Object.keys(data.data)) {
|
for (const key of Object.keys(data.data)) {
|
||||||
const v = kpiEvent[key];
|
const v = kpiEvent[key];
|
||||||
@@ -680,7 +680,11 @@ onBeforeUnmount(() => {
|
|||||||
<a-col :lg="2" :md="12" :xs="24">
|
<a-col :lg="2" :md="12" :xs="24">
|
||||||
<a-form-item>
|
<a-form-item>
|
||||||
<a-space :size="8">
|
<a-space :size="8">
|
||||||
<a-button type="primary" @click.prevent="fnGetListTitle()">
|
<a-button
|
||||||
|
type="primary"
|
||||||
|
:loading="tableState.loading"
|
||||||
|
@click.prevent="fnGetListTitle()"
|
||||||
|
>
|
||||||
<template #icon><SearchOutlined /></template>
|
<template #icon><SearchOutlined /></template>
|
||||||
{{ t('common.search') }}
|
{{ t('common.search') }}
|
||||||
</a-button>
|
</a-button>
|
||||||
@@ -709,6 +713,7 @@ onBeforeUnmount(() => {
|
|||||||
</a-button>
|
</a-button>
|
||||||
<a-button
|
<a-button
|
||||||
type="dashed"
|
type="dashed"
|
||||||
|
:loading="tableState.loading"
|
||||||
@click.prevent="fnRecordExport()"
|
@click.prevent="fnRecordExport()"
|
||||||
v-show="tableState.showTable"
|
v-show="tableState.showTable"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user