แก้ วินัย เพิ่ม api

This commit is contained in:
setthawutttty 2024-01-03 13:50:17 +07:00
parent fc55ffc928
commit 142fc30d8b
13 changed files with 134 additions and 145 deletions

View file

@ -64,7 +64,8 @@ async function getList() {
config.API.investigateMain(
currentPage.value,
rowsPerPage.value,
filterKeyword.value
filterKeyword.value,
statusFilter.value
)
)
.then((res) => {
@ -123,7 +124,7 @@ onMounted(async () => {
option-label="name"
option-value="id"
:options="dataInvestigate.statusOptions"
@update:model-value="dataUpdate"
@update:model-value="getList()"
/>
</div>
<q-space />