Fix: Refactor Organization CRUD {id} to {code}
This commit is contained in:
No files matched your search
@@ -4,7 +4,7 @@ export interface DivisionPosition extends Base {
|
||||
code: string
|
||||
name: string
|
||||
headStatus?: boolean
|
||||
division_id: number
|
||||
division_id: string
|
||||
employee_id?: number
|
||||
|
||||
employee?: Employee | null
|
||||
@@ -16,7 +16,7 @@ export function genDivisionPosition(): DivisionPosition {
|
||||
code: '',
|
||||
name: '',
|
||||
headStatus: false,
|
||||
division_id: 0,
|
||||
division_id: '',
|
||||
employee_id: 0,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user