From 163bb2e72a04e3f3e53efc7340c8f4f46f391c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Tue, 19 May 2026 13:35:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A3=A8=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/tool/toolInstanceQuery.vue | 1 + 1 file changed, 1 insertion(+) 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 }