Fix:Automatically enable metadata and optimize parser dialog logic (#12553)

### What problem does this PR solve?

Fix:Automatically enable metadata and optimize parser dialog logic

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2026-01-12 15:29:50 +08:00
committed by GitHub
parent a7dd3b7e9e
commit d4f8c724ed
8 changed files with 88 additions and 33 deletions

View File

@ -389,6 +389,7 @@ export const useManageMetaDataModal = (
const { data: res } = await kbService.kbUpdateMetaData({
kb_id: id,
metadata: data,
enable_metadata: true,
});
if (res.code === 0) {
message.success(t('message.operated'));