|
@@ -139,6 +139,7 @@ async function handleSendStop(record: Recordable) {
|
|
|
let res = await stopBatchMsg({ id: record.id })
|
|
|
if (res.code === 0) {
|
|
|
message.success('中止成功');
|
|
|
+ await reload();
|
|
|
}
|
|
|
}
|
|
|
//预览
|
|
@@ -163,7 +164,7 @@ function getActions(record: Recordable) {
|
|
|
// },
|
|
|
{
|
|
|
onClick: handleSendStop.bind(null, record),
|
|
|
- label: '发送中止',
|
|
|
+ label: '终止',
|
|
|
},
|
|
|
{
|
|
|
onClick: handlePreview.bind(null, record),
|