ปรับ 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 ค้นหา */
|
/** input ค้นหา */
|
||||||
const searchRef = ref<any>(null);
|
const searchRef = ref<any>(null);
|
||||||
|
|
@ -727,7 +724,7 @@ async function clearFormPositionSelect() {
|
||||||
:options="optionFilter"
|
:options="optionFilter"
|
||||||
emit-value
|
emit-value
|
||||||
dense
|
dense
|
||||||
@update:model-value="updateSelect"
|
|
||||||
map-options
|
map-options
|
||||||
outlined
|
outlined
|
||||||
option-label="name"
|
option-label="name"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue