This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-04-08 18:08:03 +07:00
parent 96ad297224
commit ddceed4e51
8 changed files with 614 additions and 91 deletions

View file

@ -66,6 +66,7 @@ export const useEvalutuonStore = defineStore("EvalutuonStore", () => {
positionNumber: data.posNo,
agency: data.oc,
status: convertStatus(data.step),
type: data.type,
} as EvaluateList)
);
rows.value = dataList;