แก้ไข ค้นหาในรายชื่อลูกจ้างชั่วคราว

This commit is contained in:
AnandaTon 2023-09-29 10:26:12 +07:00
parent 5dcd29fc10
commit 887f229017

View file

@ -310,7 +310,7 @@ const deleteData = async (id: string) => {
// **** ***//
const rowsPosition = ref<any>([]); //
const filters = ref<FormRegistryEmployee[]>([]);
const filterKeyword2 = ref<string>("");
const filterKeyword2 = ref<any>("");
const modal = ref<boolean>(false); // - dialod
const selectedPosition = ref<any>([]); //
@ -970,7 +970,7 @@ const showEmployeeTemp = async () => {
dense
ref="filterRef"
debounce="300"
:model-value="filterKeyword2"
v-model="filterKeyword2"
placeholder="ค้นหา"
style="width: 850px; max-width: auto"
>