【增加】Image Task 公开刷新列表方法

This commit is contained in:
cherishsince 2024-05-27 17:35:18 +08:00
parent df5c3be7fa
commit d74677abd0

View File

@ -57,6 +57,8 @@ const handlerImageBtnClick = async (type, imageDetail: ImageDetailVO) => {
} }
} }
//
defineExpose({getImageList})
// //
onMounted(async () => { onMounted(async () => {
await getImageList() await getImageList()
@ -71,6 +73,7 @@ onMounted(async () => {
>div { >div {
margin-right: 20px; margin-right: 20px;
margin-bottom: 20px;
} }
} }
</style> </style>