fix bug => บันทึกผลการได้รับพระราชทานเครื่องราชอิสริยาภรณ์/การจ่ายใบกำกับ
This commit is contained in:
parent
a65c29625a
commit
4e368241aa
3 changed files with 4 additions and 10 deletions
|
|
@ -84,8 +84,6 @@ export const useResultDataStore = defineStore("insigniaResult", () => {
|
|||
* @param data รายชื่อข้าราชการสามัญฯ
|
||||
*/
|
||||
async function fetchlistinsignia(data: ResponseRecordLists[]) {
|
||||
console.log(data);
|
||||
|
||||
rows.value = [];
|
||||
const alllist = await data.map((e: ResponseRecordLists) => ({
|
||||
id: e.id,
|
||||
|
|
@ -93,6 +91,7 @@ export const useResultDataStore = defineStore("insigniaResult", () => {
|
|||
prefix: e.prefix,
|
||||
position: e.position,
|
||||
status: status(e.status) ?? "",
|
||||
statusMain: e.status,
|
||||
dateReceive: date2Thai(e.dateReceive),
|
||||
name: e.fullName,
|
||||
type: `${e.requestInsignia} (${
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue