Browse Source

磨具

master
常熟吴彦祖 4 weeks ago
parent
commit
163bb2e72a
  1. 1
      src/views/modules/tool/toolInstanceQuery.vue

1
src/views/modules/tool/toolInstanceQuery.vue

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

Loading…
Cancel
Save