变更预识别修改

This commit is contained in:
2026-09-11 12:02:46 +08:00
parent 7030414146
commit 1c4c8e7b62
12 changed files with 376 additions and 85 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ watch(() => props.currentForm, (newVal:any) => {
};
});
// 3. 过滤掉不需要的字段
const omitFields = ['created_at', 'updated_at', 'change_id', 'group_type', 'group_name'];
const omitFields = ['created_at', 'updated_at', 'change_id', 'group_name'];
const newResult = result.map((group:any) => ({
...group,
items: group.items.map((item:any) =>