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 }