This commit is contained in:
wangshiming
2022-03-25 14:22:47 +08:00
parent 24a87e913c
commit 3935efb5ab
5 changed files with 162 additions and 4 deletions

View File

@ -14,7 +14,7 @@ import { CarSettleCarauthComponent } from '../list/carauth/carauth.component';
})
export class VehicleComponentsAuditComponent implements OnInit {
_$expand = false;
resourceStatus: any;
resourceStatus: any = 1;
defaultTabs = 1;
ui!: SFUISchema;
schema!: SFSchema;