Merge branch 'develop' into devTee
This commit is contained in:
commit
23a6b3b39a
4 changed files with 12 additions and 11 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"
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue