fix: tool update refresh

This commit is contained in:
zhaoying
2025-12-30 18:19:31 +08:00
parent 262952c022
commit 67d6286274
4 changed files with 21 additions and 16 deletions

View File

@@ -75,6 +75,9 @@ const InnerToolModal = forwardRef<InnerToolModalRef, InnerToolModalProps>(({
.then(() => {
message.success(t('tool.testConnectionSuccess'));
})
.finally(() => {
refreshTable()
})
};
// 暴露给父组件的方法