fix bug
This commit is contained in:
parent
e55d3ca1bf
commit
546003492d
3 changed files with 15 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue