edit
This commit is contained in:
@ -166,7 +166,7 @@ export class FreightConfigComponent implements OnInit {
|
||||
}
|
||||
|
||||
exportList() {
|
||||
const params = { listSource: 1, pageIndex: this.st.pi, pageSize: this.st.ps };
|
||||
const params = { listSource: 1, pageSize: -1 };
|
||||
if (this.sf) {
|
||||
Object.assign(params, {
|
||||
...this.sf.value
|
||||
|
||||
Reference in New Issue
Block a user