车辆接口更新
This commit is contained in:
@ -12,7 +12,6 @@ export class CostManagementDetailComponent implements OnInit {
|
||||
@ViewChild('st', { static: true })
|
||||
st!: STComponent;
|
||||
columns: { [key: string]: STColumn[] } = this.initST();
|
||||
|
||||
data = [];
|
||||
textStatus: boolean = false
|
||||
costInfo: any = {};
|
||||
@ -22,7 +21,6 @@ export class CostManagementDetailComponent implements OnInit {
|
||||
}
|
||||
|
||||
ngOnInit(): void {
|
||||
console.log(this.route.snapshot?.queryParams?.status)
|
||||
if(this.route.snapshot?.queryParams?.status === '应收') {
|
||||
this.textStatus = false
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user