NEZ-1127 fix: 添加未选中的置灰效果
This commit is contained in:
@@ -123,6 +123,15 @@ export default {
|
||||
setTimeout(function () {
|
||||
temp.queryEndpoint()
|
||||
}, 100)
|
||||
},
|
||||
batchDeleteObjs: {
|
||||
immediate: true,
|
||||
deep: true,
|
||||
handler (n) {
|
||||
if (n) {
|
||||
this.$emit('selectedEndpointsChange', n)
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
data () {
|
||||
|
||||
Reference in New Issue
Block a user