变更预识别修改
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user