类型规格-组件优化

This commit is contained in:
bb_pan 2025-07-05 14:11:03 +08:00
parent d5951ebbb9
commit 2d38bc628f
8 changed files with 8 additions and 8 deletions

View File

@ -953,7 +953,7 @@ export default {
//
handleSearchImpl(query) {
if (!query) {
this.filteredOptions = [...this.flattenTypeOptions]
// this.filteredOptions = [...this.flattenTypeOptions]
return
}

View File

@ -767,7 +767,7 @@ export default {
//
handleSearchImpl(query) {
if (!query) {
this.filteredOptions = [...this.flattenTypeOptions]
// this.filteredOptions = [...this.flattenTypeOptions]
return
}

View File

@ -686,7 +686,7 @@ export default {
//
handleSearchImpl(query) {
if (!query) {
this.filteredOptions = [...this.flattenTypeOptions];
// this.filteredOptions = [...this.flattenTypeOptions];
return;
}

View File

@ -733,7 +733,7 @@ export default {
//
handleSearchImpl(query) {
if (!query) {
this.filteredOptions = [...this.flattenTypeOptions]
// this.filteredOptions = [...this.flattenTypeOptions]
return
}

View File

@ -410,7 +410,7 @@ export default {
//
handleSearchImpl(query) {
if (!query) {
this.filteredOptions = [...this.flattenTypeOptions]
// this.filteredOptions = [...this.flattenTypeOptions]
return
}

View File

@ -512,7 +512,7 @@ export default {
//
handleSearchImpl(query) {
if (!query) {
this.filteredOptions = [...this.flattenTypeOptions]
// this.filteredOptions = [...this.flattenTypeOptions]
return
}

View File

@ -503,7 +503,7 @@ export default {
//
handleSearchImpl(query) {
if (!query) {
this.filteredOptions = [...this.flattenTypeOptions]
// this.filteredOptions = [...this.flattenTypeOptions]
return
}

View File

@ -501,7 +501,7 @@ export default {
//
handleSearchImpl(query) {
if (!query) {
this.filteredOptions = [...this.flattenTypeOptions]
// this.filteredOptions = [...this.flattenTypeOptions]
return
}