类型规格-组件优化
This commit is contained in:
parent
d5951ebbb9
commit
2d38bc628f
|
|
@ -953,7 +953,7 @@ export default {
|
|||
// 搜索处理函数
|
||||
handleSearchImpl(query) {
|
||||
if (!query) {
|
||||
this.filteredOptions = [...this.flattenTypeOptions]
|
||||
// this.filteredOptions = [...this.flattenTypeOptions]
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -767,7 +767,7 @@ export default {
|
|||
// 搜索处理函数
|
||||
handleSearchImpl(query) {
|
||||
if (!query) {
|
||||
this.filteredOptions = [...this.flattenTypeOptions]
|
||||
// this.filteredOptions = [...this.flattenTypeOptions]
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -686,7 +686,7 @@ export default {
|
|||
// 搜索处理函数
|
||||
handleSearchImpl(query) {
|
||||
if (!query) {
|
||||
this.filteredOptions = [...this.flattenTypeOptions];
|
||||
// this.filteredOptions = [...this.flattenTypeOptions];
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -733,7 +733,7 @@ export default {
|
|||
// 搜索处理函数
|
||||
handleSearchImpl(query) {
|
||||
if (!query) {
|
||||
this.filteredOptions = [...this.flattenTypeOptions]
|
||||
// this.filteredOptions = [...this.flattenTypeOptions]
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -410,7 +410,7 @@ export default {
|
|||
// 搜索处理函数
|
||||
handleSearchImpl(query) {
|
||||
if (!query) {
|
||||
this.filteredOptions = [...this.flattenTypeOptions]
|
||||
// this.filteredOptions = [...this.flattenTypeOptions]
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -512,7 +512,7 @@ export default {
|
|||
// 搜索处理函数
|
||||
handleSearchImpl(query) {
|
||||
if (!query) {
|
||||
this.filteredOptions = [...this.flattenTypeOptions]
|
||||
// this.filteredOptions = [...this.flattenTypeOptions]
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -503,7 +503,7 @@ export default {
|
|||
// 搜索处理函数
|
||||
handleSearchImpl(query) {
|
||||
if (!query) {
|
||||
this.filteredOptions = [...this.flattenTypeOptions]
|
||||
// this.filteredOptions = [...this.flattenTypeOptions]
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -501,7 +501,7 @@ export default {
|
|||
// 搜索处理函数
|
||||
handleSearchImpl(query) {
|
||||
if (!query) {
|
||||
this.filteredOptions = [...this.flattenTypeOptions]
|
||||
// this.filteredOptions = [...this.flattenTypeOptions]
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue