merge
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import { AfterViewInit, ChangeDetectorRef, Component, OnInit, ViewChild } from '@angular/core';
|
||||
|
||||
import { Component, OnInit, ViewChild } from '@angular/core';
|
||||
import { ActivatedRoute } from '@angular/router';
|
||||
import { STColumn, STComponent, STRequestOptions } from '@delon/abc/st';
|
||||
import { SFComponent, SFSchema } from '@delon/form';
|
||||
|
||||
@ -39,6 +39,7 @@ export class InvoicedListComponent implements OnInit {
|
||||
ngOnInit(): void {}
|
||||
|
||||
beforeReq = (requestOptions: STRequestOptions) => {
|
||||
Object.assign(requestOptions.body,{sts: '3'})
|
||||
if (this.sf) {
|
||||
Object.assign(requestOptions.body, {
|
||||
...this.sf.value,
|
||||
@ -48,7 +49,7 @@ export class InvoicedListComponent implements OnInit {
|
||||
}
|
||||
});
|
||||
}
|
||||
return requestOptions;
|
||||
return requestOptions ;
|
||||
};
|
||||
|
||||
stChange(e: STChange): void {
|
||||
|
||||
Reference in New Issue
Block a user