fix ออกคำสั่ง ในส่วนของรายชื่อผู้ได้รับคำสั่ง เฉพาะคำสั่งบรรจุ แต่งตั้ง แสดงตำแหน่งที่บรรจุเพิ่ม
This commit is contained in:
parent
6faef6b050
commit
81cb8eebce
21 changed files with 153 additions and 29 deletions
|
|
@ -24,7 +24,7 @@ export const useProbationDataStore = defineStore("probationStore", () => {
|
|||
evaluate.value = await data.evaluate;
|
||||
tabs.value = await data.evaluate;
|
||||
};
|
||||
const fecthAssignoutput = (data: any) => {
|
||||
const fecthAssignoutput = async (data: any) => {
|
||||
assignOutput.value = data.assign_output;
|
||||
director.value = data.director;
|
||||
person.value = data.person;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue