feat(1.5.0)-beta1): 修复场景阻塞策略错误问题
This commit is contained in:
parent
9ac16b7ebe
commit
79af82aca8
@ -30,7 +30,7 @@ const options = computed(() => {
|
|||||||
if (!props.ignore) {
|
if (!props.ignore) {
|
||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
return list.filter(opt => props.ignore?.includes(opt.value as Api.Common.BlockStrategy));
|
return list.filter(opt => !props.ignore?.includes(opt.value as Api.Common.BlockStrategy));
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user