ปรับแก้ไขอัตรกำลัง

This commit is contained in:
Warunee Tamkoo 2024-02-01 18:40:17 +07:00
parent e997e096dc
commit 5741c3a815
3 changed files with 10 additions and 6 deletions

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);