ฟิลเตอร์ สถานภาพ

This commit is contained in:
setthawutttty 2025-03-06 09:55:28 +07:00
parent ab4db32ac2
commit 9c72cd249d
5 changed files with 59 additions and 2 deletions

View file

@ -33,6 +33,7 @@ const querySting = reactive<QuerySting>({
page: 1, //*
pageSize: 10, //*
keyword: leaveStore.filter.keyword, //keyword
profileType: '', //profileType
});
//** API*/
async function fecthLeaveList() {