This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-26 16:02:23 +07:00
parent e55d3ca1bf
commit 546003492d
3 changed files with 15 additions and 7 deletions

View file

@ -20,7 +20,6 @@ const bmaOfficerOption = ref<optionData[]>([
]);
const positionCandidate = ref<string>("");
const positionCandidateOptions = ref<optionData[]>([]);
const props = defineProps({
inputfilter: String,
@ -120,6 +119,10 @@ const props = defineProps({
roleAdmin: Boolean,
});
const positionCandidateOptions = ref<optionData[]>(
props?.positionCandidateData || []
);
const pagination = ref({
sortBy: "examNumber",
descending: false,