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