mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 06:19:51 +00:00
fix: tag search display error
This commit is contained in:
@@ -202,9 +202,10 @@ export default {
|
||||
label: current.label,
|
||||
value: valueDecode
|
||||
}
|
||||
|
||||
if (curChildren.length > 0) {
|
||||
for (const item of curChildren) {
|
||||
if (valueDecode === item.value) {
|
||||
if (valueDecode === String(item.value)) {
|
||||
searchFieldOption.valueLabel = item.label
|
||||
break
|
||||
}
|
||||
|
Reference in New Issue
Block a user