mirror of
https://github.com/veops/cmdb.git
synced 2025-08-07 22:51:33 +08:00
@@ -311,7 +311,7 @@
|
||||
theme="filled"
|
||||
@click="
|
||||
(e) => {
|
||||
e.stopPropagation()
|
||||
e.stopPropagation()
|
||||
e.preventDefault()
|
||||
}
|
||||
"
|
||||
|
@@ -304,7 +304,7 @@
|
||||
theme="filled"
|
||||
@click="
|
||||
(e) => {
|
||||
e.stopPropagation()
|
||||
e.stopPropagation()
|
||||
e.preventDefault()
|
||||
}
|
||||
"
|
||||
|
@@ -84,7 +84,7 @@
|
||||
show-search
|
||||
optionFilterProp="title"
|
||||
>
|
||||
<a-select-option
|
||||
<a-select-option
|
||||
v-for="attr in filterAttributes(row.isParent ? row.attributes : attributes)"
|
||||
:key="attr.id"
|
||||
:value="attr.id"
|
||||
|
Reference in New Issue
Block a user