添加排序
This commit is contained in:
@@ -800,9 +800,9 @@ const searchDevicesConnect = (transmissionDeviceIds: string[]) => {
|
||||
]
|
||||
|
||||
// 查找所有开关元素
|
||||
const switchElements = savedExportJson.value.json.filter(item => targetKeywords.some(keyword =>
|
||||
item.title?.includes(keyword)
|
||||
))
|
||||
const switchElements = savedExportJson.value.json.filter(item =>
|
||||
targetKeywords.some(keyword => item.title?.includes(keyword))
|
||||
)
|
||||
// const switchElements = savedExportJson.value.json.filter(item =>
|
||||
// bindList.value.some(keyword => item.id?.includes(keyword) && item.lineId=='')
|
||||
// )
|
||||
|
||||
Reference in New Issue
Block a user