评查点新增修改逻辑完善
This commit is contained in:
@@ -84,7 +84,7 @@ export function ExtractionSettings({ onChange }: ExtractionSettingsProps) {
|
||||
|
||||
// 更新全局Context中的字段
|
||||
if (ruleContext) {
|
||||
ruleContext.updateExtractionFields(allFields);
|
||||
ruleContext.updateFields(allFields);
|
||||
}
|
||||
|
||||
// 触发自定义事件,通知字段已更新(兼容非Context的实现)
|
||||
|
||||
Reference in New Issue
Block a user