Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop

This commit is contained in:
wangshiming
2022-01-04 16:05:52 +08:00
3 changed files with 3 additions and 4 deletions

View File

@ -140,7 +140,7 @@ export class StaffManagementComponent implements OnInit {
nzFooter: null
});
modal.afterClose.subscribe(res => {
if (true) {
if (res) {
this.st.load();
}
});