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