feat: เพิ่ม toggleStatusEmployee
This commit is contained in:
parent
686d88c8d4
commit
3ce1e0da44
4 changed files with 31 additions and 4 deletions
|
|
@ -95,7 +95,7 @@ const useEmployeeStore = defineStore('api-employee', () => {
|
|||
|
||||
async function editById(
|
||||
id: string,
|
||||
data: EmployeeCreate,
|
||||
data: Partial<EmployeeCreate>,
|
||||
flow?: {
|
||||
sessionId: string;
|
||||
refTransactionId: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue