set false isProbation & isShowRetire in registry sys
This commit is contained in:
parent
c4f1992223
commit
ff7b22f1d6
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue