fix bug
This commit is contained in:
parent
2737810c6c
commit
8e11c4f539
2 changed files with 7 additions and 3 deletions
|
|
@ -8,7 +8,11 @@ export const useKPIDataStore = defineStore("KPIDataStore", () => {
|
|||
|
||||
const tabMain = ref<string>("1");
|
||||
const dataProfile = ref<any>();
|
||||
const dataEvaluation = ref<any>();
|
||||
const dataEvaluation = ref<any>({
|
||||
plannedPoint: 0,
|
||||
rolePoint: 0,
|
||||
specialPoint: 0,
|
||||
});
|
||||
|
||||
const competencyType = ref<DataOption[]>([
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue