---新增活动告警手工同步成功后刷新

This commit is contained in:
lai
2023-10-26 10:25:09 +08:00
parent 855bdcdf81
commit 859a0389cd

View File

@@ -594,9 +594,7 @@ function fnSync() {
content: `手工同步成功`, content: `手工同步成功`,
duration: 2, duration: 2,
}); });
fnGetList();
tablePagination.total = res.total;
tableState.data = res.rows;
} else { } else {
message.error({ message.error({
content: `${res.msg}`, content: `${res.msg}`,
@@ -908,7 +906,7 @@ onMounted(() => {
type="primary" type="primary"
danger danger
@click.prevent="fnClear()" @click.prevent="fnClear()"
:disabled="state.selectedRowKeys.length <= 0" :disabled="state.selectedRowKeys.length !== 1"
> >
<template #icon> <template #icon>
<DeleteOutlined /> <DeleteOutlined />