状态更新
This commit is contained in:
@ -138,7 +138,6 @@ tabs = {
|
||||
setTimeout(() => {
|
||||
this.st.load();
|
||||
this.getGoodsSourceStatistical()
|
||||
|
||||
}, 500);
|
||||
}
|
||||
ngOnInit(): void {
|
||||
|
||||
@ -566,6 +566,7 @@ resourceStatus: any;
|
||||
this.initST();
|
||||
setTimeout(() => {
|
||||
this.st.load();
|
||||
this.getGoodsSourceStatistical()
|
||||
}, 500);
|
||||
}
|
||||
/**
|
||||
|
||||
@ -364,6 +364,7 @@ export class SupplyManagementBulkComponent implements OnInit {
|
||||
this.initST();
|
||||
setTimeout(() => {
|
||||
this.st.load();
|
||||
this.getGoodsSourceStatistical();
|
||||
}, 500);
|
||||
}
|
||||
|
||||
|
||||
@ -114,6 +114,7 @@ export class SupplyManagementVehicleComponent implements OnInit {
|
||||
this.resourceStatus = e;
|
||||
setTimeout(() => {
|
||||
this.st.load();
|
||||
this.getGoodsSourceStatistical();
|
||||
}, 500);
|
||||
}
|
||||
|
||||
|
||||
@ -552,6 +552,7 @@ tabs = {
|
||||
this.initST();
|
||||
setTimeout(() => {
|
||||
this.st.load();
|
||||
this.getGoodsSourceStatistical();
|
||||
}, 500);
|
||||
}
|
||||
/**
|
||||
|
||||
@ -490,6 +490,7 @@ export class WaybillManagementVehicleComponent implements OnInit {
|
||||
this.initST();
|
||||
setTimeout(() => {
|
||||
this.st.load();
|
||||
this.getGoodsSourceStatistical();
|
||||
}, 500);
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user