This commit is contained in:
wangshiming
2022-04-13 20:39:03 +08:00
parent 875a2414d2
commit 8b316d6157

View File

@ -196,6 +196,13 @@ export class SupplyManagementVehicleComponent implements OnInit {
}, },
] ]
}) })
tipsModal.afterClose.subscribe(result => {
this.st?.reload();
this.getGoodsSourceStatistical();
})
} else {
this.st?.reload();
this.getGoodsSourceStatistical();
} }
}); });
} }