add code show salary history
This commit is contained in:
parent
597cbc4ed3
commit
b7d9555b87
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import type { DataOption } from "@/modules/04_registryPerson/interface/index/Mai
|
|||
|
||||
export const useSalaryDataStore = defineStore("salatyDataStore", () => {
|
||||
// commandCode ขอตำแหน่ง
|
||||
const salaryCode = ref<number[]>([5, 6, 7]);
|
||||
const salaryCode = ref<number[]>([5, 6, 7, 19]);
|
||||
|
||||
const commandCodeData = ref<DataOption[]>([]);
|
||||
const posTypeData = ref<DataOption[]>([]); //รายการประเภทตำแหน่ง | กลุ่มงาน
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue