fix : registry edit
This commit is contained in:
parent
42950b3caf
commit
db35fe06ef
3 changed files with 33 additions and 32 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue