Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user