feat: เพิ่ม toggleStatusEmployee

This commit is contained in:
Net 2024-06-19 16:21:14 +07:00
parent 686d88c8d4
commit 3ce1e0da44
4 changed files with 31 additions and 4 deletions

View file

@ -95,7 +95,7 @@ const useEmployeeStore = defineStore('api-employee', () => {
async function editById(
id: string,
data: EmployeeCreate,
data: Partial<EmployeeCreate>,
flow?: {
sessionId: string;
refTransactionId: string;