This commit is contained in:
wangshiming
2022-03-25 15:04:50 +08:00
parent 441eaacecf
commit 670543f8cf

View File

@ -121,7 +121,6 @@ export class OrderManagementComplianceAuditComponent implements OnInit {
this.initST(); this.initST();
setTimeout(() => { setTimeout(() => {
this.st.load(); this.st.load();
this.getGoodsSourceStatistical();
}, 500); }, 500);
} }
ngOnInit(): void { ngOnInit(): void {