Showing
1 changed file
with
0 additions
and
1 deletions
@@ -579,7 +579,6 @@ export const actionSchema: FormSchema[] = [ | @@ -579,7 +579,6 @@ export const actionSchema: FormSchema[] = [ | ||
579 | api: async (parmas: Recordable) => { | 579 | api: async (parmas: Recordable) => { |
580 | try { | 580 | try { |
581 | const record = await findDictItemByCode(parmas); | 581 | const record = await findDictItemByCode(parmas); |
582 | - console.log(record, 'record'); | ||
583 | return record.filter( | 582 | return record.filter( |
584 | (item) => | 583 | (item) => |
585 | item.itemValue !== CommandTypeEnum.ATTRIBUTE.toString() || item.itemText != '属性' | 584 | item.itemValue !== CommandTypeEnum.ATTRIBUTE.toString() || item.itemText != '属性' |