mirror of
https://gitee.com/XiaoLFeng/JSL_OrganizeInternalOA_Web.git
synced 2025-02-04 19:42:34 +08:00
修复bug
This commit is contained in:
parent
171d3eebdb
commit
f9e761365f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user