From 2d38bc628f1a7db913b78e2df4dccf4d6f190946 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Sat, 5 Jul 2025 14:11:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E8=A7=84=E6=A0=BC-=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/businessHandling/index.vue | 2 +- src/views/material/back/component/addReturn.vue | 2 +- src/views/material/lease/apply/component/addToolsApply.vue | 2 +- src/views/material/purchase/goodsArrived/component/addTools.vue | 2 +- .../material/repair/inventoryScrap/component/addToolsApply.vue | 2 +- .../materialsStation/toolsBack/back/component/addReturn.vue | 2 +- .../toolsLease/apply/component/addToolsApply.vue | 2 +- .../toolsLease/outBound/component/addToolsApply.vue | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/business/businessHandling/index.vue b/src/views/business/businessHandling/index.vue index 566f1b40..93f85958 100644 --- a/src/views/business/businessHandling/index.vue +++ b/src/views/business/businessHandling/index.vue @@ -953,7 +953,7 @@ export default { // 搜索处理函数 handleSearchImpl(query) { if (!query) { - this.filteredOptions = [...this.flattenTypeOptions] + // this.filteredOptions = [...this.flattenTypeOptions] return } diff --git a/src/views/material/back/component/addReturn.vue b/src/views/material/back/component/addReturn.vue index 237b61bd..deca93c0 100644 --- a/src/views/material/back/component/addReturn.vue +++ b/src/views/material/back/component/addReturn.vue @@ -767,7 +767,7 @@ export default { // 搜索处理函数 handleSearchImpl(query) { if (!query) { - this.filteredOptions = [...this.flattenTypeOptions] + // this.filteredOptions = [...this.flattenTypeOptions] return } diff --git a/src/views/material/lease/apply/component/addToolsApply.vue b/src/views/material/lease/apply/component/addToolsApply.vue index 26fbb43c..26d3ba10 100644 --- a/src/views/material/lease/apply/component/addToolsApply.vue +++ b/src/views/material/lease/apply/component/addToolsApply.vue @@ -686,7 +686,7 @@ export default { // 搜索处理函数 handleSearchImpl(query) { if (!query) { - this.filteredOptions = [...this.flattenTypeOptions]; + // this.filteredOptions = [...this.flattenTypeOptions]; return; } diff --git a/src/views/material/purchase/goodsArrived/component/addTools.vue b/src/views/material/purchase/goodsArrived/component/addTools.vue index a9493e32..590e7368 100644 --- a/src/views/material/purchase/goodsArrived/component/addTools.vue +++ b/src/views/material/purchase/goodsArrived/component/addTools.vue @@ -733,7 +733,7 @@ export default { // 搜索处理函数 handleSearchImpl(query) { if (!query) { - this.filteredOptions = [...this.flattenTypeOptions] + // this.filteredOptions = [...this.flattenTypeOptions] return } diff --git a/src/views/material/repair/inventoryScrap/component/addToolsApply.vue b/src/views/material/repair/inventoryScrap/component/addToolsApply.vue index 4f5d8929..fc081c69 100644 --- a/src/views/material/repair/inventoryScrap/component/addToolsApply.vue +++ b/src/views/material/repair/inventoryScrap/component/addToolsApply.vue @@ -410,7 +410,7 @@ export default { // 搜索处理函数 handleSearchImpl(query) { if (!query) { - this.filteredOptions = [...this.flattenTypeOptions] + // this.filteredOptions = [...this.flattenTypeOptions] return } diff --git a/src/views/materialsStation/toolsBack/back/component/addReturn.vue b/src/views/materialsStation/toolsBack/back/component/addReturn.vue index f131975f..7df3e3b4 100644 --- a/src/views/materialsStation/toolsBack/back/component/addReturn.vue +++ b/src/views/materialsStation/toolsBack/back/component/addReturn.vue @@ -512,7 +512,7 @@ export default { // 搜索处理函数 handleSearchImpl(query) { if (!query) { - this.filteredOptions = [...this.flattenTypeOptions] + // this.filteredOptions = [...this.flattenTypeOptions] return } diff --git a/src/views/materialsStation/toolsLease/apply/component/addToolsApply.vue b/src/views/materialsStation/toolsLease/apply/component/addToolsApply.vue index 8d43681e..ac24240d 100644 --- a/src/views/materialsStation/toolsLease/apply/component/addToolsApply.vue +++ b/src/views/materialsStation/toolsLease/apply/component/addToolsApply.vue @@ -503,7 +503,7 @@ export default { // 搜索处理函数 handleSearchImpl(query) { if (!query) { - this.filteredOptions = [...this.flattenTypeOptions] + // this.filteredOptions = [...this.flattenTypeOptions] return } diff --git a/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue b/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue index 3ab0d5bf..7518e132 100644 --- a/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue +++ b/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue @@ -501,7 +501,7 @@ export default { // 搜索处理函数 handleSearchImpl(query) { if (!query) { - this.filteredOptions = [...this.flattenTypeOptions] + // this.filteredOptions = [...this.flattenTypeOptions] return }