แก้ ทั้งหมดเป็น ALL

This commit is contained in:
setthawutttty 2025-03-06 09:58:10 +07:00
parent 9c72cd249d
commit 2f9d289c4c
3 changed files with 5 additions and 5 deletions

View file

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