set false isProbation & isShowRetire in registry sys

This commit is contained in:
Warunee Tamkoo 2024-07-08 12:55:15 +07:00
parent c4f1992223
commit ff7b22f1d6

View file

@ -43,8 +43,8 @@ const formFilter = reactive<FormFilter>({
posLevel: "",
retireYear: "",
rangeYear: { min: 0, max: 60 },
isShowRetire: null,
isProbation: null,
isShowRetire: false,
isProbation: false,
});
const maxPage = ref<number>(1);