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

This commit is contained in:
Taric Xin
2022-04-28 20:39:37 +08:00
115 changed files with 372 additions and 362 deletions

View File

@ -46,7 +46,7 @@ export class SearchDrawerComponent implements OnInit, AfterViewInit {
search() {
if (this.sf) {
this.service.closeEvent.next(this.sf.value);
this.service.closeEvent.next(this.sf?.value);
}
}