|
|
|
@ -259,6 +259,11 @@ onUnmounted(() => {
|
|
|
|
|
childrenExcludedListPagination.query = '' |
|
|
|
|
window.removeEventListener('keydown', linkedShortcuts) |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
const onFilterChange = () => { |
|
|
|
|
childrenExcludedListPagination.page = 1; |
|
|
|
|
resetChildrenExcludedOffsetCount() |
|
|
|
|
} |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<template> |
|
|
|
@ -289,7 +294,7 @@ onUnmounted(() => {
|
|
|
|
|
:placeholder="`${$t('general.searchIn')} ${relatedTableMeta?.title}`" |
|
|
|
|
class="w-full !rounded-md nc-excluded-search xs:min-h-8" |
|
|
|
|
size="small" |
|
|
|
|
@change="childrenExcludedListPagination.page = 1" |
|
|
|
|
@change="onFilterChange" |
|
|
|
|
@keydown.capture.stop=" |
|
|
|
|
(e) => { |
|
|
|
|
if (e.key === 'Escape') { |
|
|
|
|