angular10 表单表格动态赋值 单个赋值

百里涛
2023-12-01

1、表单

this.form.patchValue(data)

单个赋值

this.form.patchValue({‘key’:value})

this.form.get('key').setValue('')

2、表格

this.items.at(i).patchValue({'字段值'})

 类似资料: