车辆接口更新

This commit is contained in:
wangshiming
2022-01-19 16:53:58 +08:00
parent f61162a63c
commit dbb0aa089f
10 changed files with 1005 additions and 10 deletions

View File

@ -118,8 +118,7 @@ export class SupplyManagementVehicleComponent implements OnInit {
selectChange(e: number) {
this.resourceStatus = e;
setTimeout(() => {
this.st.load();
this.getGoodsSourceStatistical();
this.st.load(1);
}, 500);
}