update workflow
This commit is contained in:
parent
5d9131d5b7
commit
b4c7ee8129
5 changed files with 1266 additions and 1197 deletions
|
|
@ -36,6 +36,7 @@ const totalList = ref<number>(0);
|
|||
|
||||
//** เรียกข้อมูลจาก API*/
|
||||
async function fecthLeaveList() {
|
||||
leaveStore.rows = [];
|
||||
querySting.status = await (querySting.status == null
|
||||
? "ALL"
|
||||
: querySting.status);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue