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
c16270e152
commit
273a6990fa
|
@ -26,14 +26,3 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Col span="11" offset="2">
|
|
||||||
<Card :bordered="false" style="width: 300px;position: relative;left:-100px;top:15px; background-color: #edf4ff;">
|
|
||||||
<template #title>小程序设计</template>
|
|
||||||
<p>进度</p>
|
|
||||||
<Space direction="vertical" type="flex">
|
|
||||||
<Progress :percent="60" status="active" stroke-color="orange"/>
|
|
||||||
</Space>
|
|
||||||
<AvatarList :list="list" />
|
|
||||||
</Card>
|
|
||||||
</Col>
|
|
|
@ -253,6 +253,7 @@ onMounted(() => {
|
||||||
|
|
||||||
function getAll() {
|
function getAll() {
|
||||||
requests.userAllCurrent(AllUser,token).then((res)=>{
|
requests.userAllCurrent(AllUser,token).then((res)=>{
|
||||||
|
console.log(res)
|
||||||
// states.data = res.data.data
|
// states.data = res.data.data
|
||||||
// console.log(res.data.data)
|
// console.log(res.data.data)
|
||||||
loadingTable.value = false
|
loadingTable.value = false
|
||||||
|
|
Loading…
Reference in New Issue
Block a user