This commit is contained in:
wangshiming
2022-02-14 10:16:47 +08:00
parent ad083aa405
commit 01cd9dbbde
3 changed files with 26 additions and 13 deletions

View File

@ -632,7 +632,7 @@ resourceStatus: any;
// }
});
modal.afterClose.subscribe(_ => {
this.st.load(1);
this.st.load();
this.getGoodsSourceStatistical()
});
}