no message

This commit is contained in:
STW_TTTY\stwtt 2024-09-25 13:41:48 +07:00
parent e031968ec5
commit 92cc7ba7d9
6 changed files with 32 additions and 7 deletions

View file

@ -445,7 +445,8 @@ async function fetchDListDirector() {
config.API.directorList(
page.value,
rowsPerPage.value,
filterKeyword2.value
filterKeyword2.value,
mainStore.pathDirector(route.name as string)
)
)
.then((res) => {