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