fix : registry edit

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-03-12 14:59:27 +07:00
parent 42950b3caf
commit db35fe06ef
3 changed files with 33 additions and 32 deletions

View file

@ -33,9 +33,9 @@ const posExecutiveOptions = defineModel<DataOption[]>("posExecutiveOptions", {
required: true,
});
const props = defineProps({
updateSelectType: { type: Function, defult: () => {} },
});
const props = defineProps<{
updateSelectType?: (value: any) => void;
}>();
/**
* ลเตอรอมลจาก input
@ -388,6 +388,7 @@ function classInput(val: boolean) {
hide-selected
fill-input
clearable
@clear="formData.positionLevel = ''"
input-debounce="0"
@update:model-value="props.updateSelectType"
@filter="(inputValue: string,