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

This commit is contained in:
wangshiming
2022-01-24 17:06:26 +08:00
4 changed files with 13 additions and 13 deletions

View File

@ -76,12 +76,13 @@ export class SystemLogsComponent implements OnInit {
_$expand = false;
constructor(public service: LogsService, private nzModalService: NzModalService) {}
constructor(public service: LogsService) {}
ngOnInit(): void {}
ngOnInit(): void {
}
beforeReq = (requestOptions: STRequestOptions) => {
requestOptions.body.operateType = '1'
requestOptions.body.operateType = '1';
if (this.sf) {
Object.assign(requestOptions.body, {
...this.sf.value,