修复bug

This commit is contained in:
yannqing 2024-01-23 00:52:27 +08:00
parent 171d3eebdb
commit f9e761365f

View File

@ -52,7 +52,7 @@
</Table>
<div style="height: 6vh ;text-align: left;padding-top: 20px">
<Page :total="states.data.length" size="small" show-elevator show-sizer />
<Page :total="30" size="small" show-elevator show-sizer />
</div>
@ -212,7 +212,7 @@ onMounted(() => {
function getAll() {
requests.roleGet(null,token).then((res)=>{
console.log(res.data.data)
console.log(res)
states.data = res.data.data
// states.data = res.data.data
// console.log(res.data.data)