diff --git a/src/views/modules/tool/toolInstanceQuery.vue b/src/views/modules/tool/toolInstanceQuery.vue index f2bd9fe..b056443 100644 --- a/src/views/modules/tool/toolInstanceQuery.vue +++ b/src/views/modules/tool/toolInstanceQuery.vue @@ -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 }