车辆对接

This commit is contained in:
wangshiming
2022-01-12 09:48:10 +08:00
parent f52e7b2fc6
commit ba78e70eaf
6 changed files with 269 additions and 122 deletions

View File

@ -547,9 +547,6 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
.subscribe(res => {
this.sf1.getProperty('/enterpriseProjectId')!.schema.enum = res;
this.sf1.getProperty('/enterpriseProjectId')!.widget.reset(res);
console.log('12345645454545454=============');
console.log(this.enterpriseProjectIds);
console.log(res);
if (this.enterpriseProjectIds) {
this.sf1.setValue('/enterpriseProjectId', this.enterpriseProjectIds);
}