---新增活动告警手工同步成功后刷新
This commit is contained in:
@@ -594,9 +594,7 @@ function fnSync() {
|
||||
content: `手工同步成功`,
|
||||
duration: 2,
|
||||
});
|
||||
|
||||
tablePagination.total = res.total;
|
||||
tableState.data = res.rows;
|
||||
fnGetList();
|
||||
} else {
|
||||
message.error({
|
||||
content: `${res.msg}`,
|
||||
@@ -908,7 +906,7 @@ onMounted(() => {
|
||||
type="primary"
|
||||
danger
|
||||
@click.prevent="fnClear()"
|
||||
:disabled="state.selectedRowKeys.length <= 0"
|
||||
:disabled="state.selectedRowKeys.length !== 1"
|
||||
>
|
||||
<template #icon>
|
||||
<DeleteOutlined />
|
||||
|
||||
Reference in New Issue
Block a user