后端返回total变字符类型,进行调整

This commit is contained in:
Double-_-Z 2025-08-02 01:38:24 +08:00
parent 5ab577c0a9
commit 20d0d35146

View File

@ -2,7 +2,7 @@
<template>
<el-pagination
:page-size.sync="page.size"
:total="page.total"
:total="Number(page.total)"
:current-page.sync="page.page"
style="margin-top: 8px;"
layout="total, prev, pager, next, sizes"