This commit is contained in:
wangshiming
2022-05-11 19:16:04 +08:00
parent 550dded6f2
commit e520327e18

View File

@ -92,8 +92,7 @@ export class ParterChannelSalesEditComponent implements OnInit {
this.sf.getProperty('/roleIds')!.schema.enum = List; this.sf.getProperty('/roleIds')!.schema.enum = List;
this.sf.getProperty('/roleIds')!.widget.reset(List); this.sf.getProperty('/roleIds')!.widget.reset(List);
} }
} } )}
)}
}); });
} }
} }