Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2024-02-02 10:05:18 +07:00
commit 23a6b3b39a
4 changed files with 12 additions and 11 deletions

View file

@ -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"

View file

@ -95,7 +95,6 @@ async function fetchDataTable(id: string, level: number, action: boolean) {
await http
.post(config.API.orgPosMasterList, reqMaster)
.then((res) => {
console.log(res);
posMaster.value = [];
const dataMain: PosMaster[] = [];
totalPage.value = Math.ceil(res.data.result.total / reqMaster.pageSize);