|
|
|
@ -180,6 +180,7 @@ export default { |
|
|
|
toolInstanceId: this.searchData.toolInstanceId ? this.searchData.toolInstanceId.trim() : undefined, |
|
|
|
locationId: this.searchData.locationId ? this.searchData.locationId.trim() : undefined, |
|
|
|
lastOrderNo: this.searchData.lastOrderNo ? this.searchData.lastOrderNo.trim() : undefined, |
|
|
|
toolSpec: this.searchData.toolSpec ? this.searchData.toolSpec.trim() : undefined, |
|
|
|
page: this.pageIndex, |
|
|
|
limit: this.pageSize |
|
|
|
} |
|
|
|
|