ประกาศผล => fix bug
This commit is contained in:
parent
a68a5d47ac
commit
ad61a32ed9
5 changed files with 33 additions and 22 deletions
|
|
@ -58,9 +58,9 @@ function fetcDataList() {
|
|||
kpiPeriodId: store.formQuery.round ? store.formQuery.round : "",
|
||||
})
|
||||
.then((res) => {
|
||||
const data = res.data.result.data;
|
||||
const data = res.data.result;
|
||||
|
||||
dataList.value = data;
|
||||
dataList.value = data.data;
|
||||
|
||||
total.value = data.total;
|
||||
maxPage.value = Math.ceil(total.value / pageSize.value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue