This commit is contained in:
wangshiming
2022-02-10 16:48:49 +08:00
parent ee1db2e57f
commit b99fc687ab

View File

@ -498,8 +498,8 @@ export class SupplyManagementBulkComponent implements OnInit {
});
modalRef.afterClose.subscribe(res => {
if (res) {
console.log(res)
// this.getGoodsSourceDetail();
this.st?.reload();
this.getGoodsSourceStatistical();
}
})
}