generated from wzp/v3-admin-vite
321
This commit is contained in:
parent
78f18847ef
commit
2e73425239
@ -85,8 +85,6 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
</div>
|
||||
<div class="orderManagerPaginationDiv">
|
||||
<el-pagination
|
||||
background
|
||||
layout="prev, pager, next"
|
||||
@ -344,7 +342,8 @@ const changePageHandler = (response: AxiosType.AxiosResponse<IResponseData<IPage
|
||||
tableShowData.value = response.data.data.info
|
||||
totalOrderCount.value = response.data.data.total
|
||||
}
|
||||
const handleChangePage = () => {
|
||||
const handleChangePage = (value = 1) => {
|
||||
nowPage.value = value
|
||||
if (searchMode.value) {
|
||||
searchOrderApi(searchType.value, searchContent.value, nowPage.value)
|
||||
.then(changePageHandler)
|
||||
|
Loading…
x
Reference in New Issue
Block a user