车辆对接

This commit is contained in:
wangshiming
2022-01-07 11:11:09 +08:00
parent 2068a1d723
commit 90e53e568c
3 changed files with 17 additions and 42 deletions

View File

@ -654,7 +654,7 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
.subscribe(res => {
if (res) {
this.sf3.getProperty('/goodsNameId')!.schema.enum = res;
this.sf3.getProperty('/goodsNameId')!.widget.reset(res);
this.sf3.getProperty('/goodsNameId')!.widget?.reset(res);
if(this.sf3data.goodsNameId){
this.sf3.setValue('/goodsNameId',this.sf3data.goodsNameId);
}