fixing
This commit is contained in:
parent
a43279b314
commit
21f1787dd0
3 changed files with 18 additions and 4 deletions
|
|
@ -4,5 +4,6 @@ import type { DataOption } from "@/modules/10_registry/interface/index/Main";
|
|||
|
||||
export const useProbationReport = defineStore("ProbationReportStore", () => {
|
||||
const tabMain = ref<string>("SURVEY");
|
||||
return { tabMain };
|
||||
const assignId = ref<string>("");
|
||||
return { tabMain, assignId };
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue