fix bug
This commit is contained in:
@ -196,6 +196,13 @@ export class SupplyManagementVehicleComponent implements OnInit {
|
|||||||
},
|
},
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
tipsModal.afterClose.subscribe(result => {
|
||||||
|
this.st?.reload();
|
||||||
|
this.getGoodsSourceStatistical();
|
||||||
|
})
|
||||||
|
} else {
|
||||||
|
this.st?.reload();
|
||||||
|
this.getGoodsSourceStatistical();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user