ปรับแก้ไขอัตรกำลัง
This commit is contained in:
parent
e997e096dc
commit
5741c3a815
3 changed files with 10 additions and 6 deletions
|
|
@ -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