Merge branch 'dev' into test
This commit is contained in:
@@ -103,7 +103,7 @@ const getData = async () => {
|
|||||||
const res = await getWithdrawList({
|
const res = await getWithdrawList({
|
||||||
PageNum: pagination.value.page,
|
PageNum: pagination.value.page,
|
||||||
PageSize: pagination.value.showPageSize,
|
PageSize: pagination.value.showPageSize,
|
||||||
Bid: user_info.bid,
|
Bid: user_info.data.bid,
|
||||||
});
|
});
|
||||||
data.value = res.data.data || [];
|
data.value = res.data.data || [];
|
||||||
pagination.value.totalItems = res.data.total;
|
pagination.value.totalItems = res.data.total;
|
||||||
|
|||||||
Reference in New Issue
Block a user