ปรับ filter เพิ่มอัตรากำลัง
This commit is contained in:
parent
5741c3a815
commit
7112e60b69
1 changed files with 2 additions and 5 deletions
|
|
@ -428,10 +428,7 @@ function onSubmitSelectEdit() {
|
|||
);
|
||||
}
|
||||
|
||||
/** update เมื่อเปลี่ยน option */
|
||||
function updateSelect() {
|
||||
search.value = "";
|
||||
}
|
||||
|
||||
|
||||
/** input ค้นหา */
|
||||
const searchRef = ref<any>(null);
|
||||
|
|
@ -727,7 +724,7 @@ async function clearFormPositionSelect() {
|
|||
:options="optionFilter"
|
||||
emit-value
|
||||
dense
|
||||
@update:model-value="updateSelect"
|
||||
|
||||
map-options
|
||||
outlined
|
||||
option-label="name"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue