|
|
@ -239,17 +239,10 @@ const searchFormClick = (searchData) => { |
|
|
|
} |
|
|
|
|
|
|
|
const handleRetry = (row) => { |
|
|
|
if(row.type == "interface:method"){ |
|
|
|
ApiMqErrorApi.retryInterface(row.id).then(res => { |
|
|
|
ApiMqErrorApi.retry(row.id).then(res => { |
|
|
|
message.success(t('common.retrySuccess')) |
|
|
|
getList() |
|
|
|
}) |
|
|
|
}else if(row.type == "table"){ |
|
|
|
ApiMqErrorApi.retryTable(row.id).then(res => { |
|
|
|
message.success(t('common.retrySuccess')) |
|
|
|
getList() |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|