删除时未能刷新表格以及修复黄金指标警告
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user