状态更新

This commit is contained in:
wangshiming
2022-01-14 14:48:06 +08:00
parent 78179621b4
commit b38cf032f8
6 changed files with 5 additions and 1 deletions

View File

@ -114,6 +114,7 @@ export class SupplyManagementVehicleComponent implements OnInit {
this.resourceStatus = e;
setTimeout(() => {
this.st.load();
this.getGoodsSourceStatistical();
}, 500);
}