删除时未能刷新表格以及修复黄金指标警告

This commit is contained in:
lai
2023-12-28 10:53:42 +08:00
parent 9c61026c88
commit 04b4c25c38
2 changed files with 2 additions and 11 deletions

View File

@@ -465,6 +465,7 @@ function fnRecordDelete(row: Record<string, any>) {
key, key,
duration: 2, duration: 2,
}); });
tableState.loading = false;
fnGetList(); fnGetList();
// 刷新缓存的网元信息 // 刷新缓存的网元信息
useNeInfoStore().fnRefreshNelist(); useNeInfoStore().fnRefreshNelist();

View File

@@ -287,14 +287,6 @@ function fnDesign() {
}, },
yAxis: [ yAxis: [
{ type: 'value', splitNumber: 4, axisLabel: { fontSize: 10 } }, { type: 'value', splitNumber: 4, axisLabel: { fontSize: 10 } },
{
type: 'value',
position: 'right',
alignTicks: true,
axisLabel: {
fontSize: 10,
},
},
], ],
}; };
chartsOption.perfChart = option; chartsOption.perfChart = option;
@@ -512,9 +504,7 @@ onMounted(() => {
<template #extra> <template #extra>
<a-space :size="8" align="center"> <a-space :size="8" align="center">
<a-button type="default" size="small" @click.prevent="fnMakeTable(1)"> <a-button type="default" size="small" @click.prevent="fnMakeTable(1)">
<template #icon> <template #icon> <bars-outlined /> </template>
<ClearOutlined />
</template>
{{ t('views.perfManage.goldTarget.allData') }} {{ t('views.perfManage.goldTarget.allData') }}
</a-button> </a-button>
</a-space> </a-space>