fix Eva
This commit is contained in:
parent
96ad297224
commit
ddceed4e51
8 changed files with 614 additions and 91 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue