fix bug
This commit is contained in:
parent
681367b790
commit
63069f50f4
2 changed files with 11 additions and 7 deletions
|
|
@ -5,7 +5,11 @@ import type { DataOptions } from "./interface/index/Main";
|
|||
export const useKpiDataStore = defineStore("KPIDate", () => {
|
||||
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<DataOptions[]>([
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue