Commit d74677ab by cherishsince

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

parent df5c3be7
...@@ -58,6 +58,8 @@ const handlerImageBtnClick = async (type, imageDetail: ImageDetailVO) => { ...@@ -58,6 +58,8 @@ const handlerImageBtnClick = async (type, imageDetail: ImageDetailVO) => {
} }
// //
defineExpose({getImageList})
//
onMounted(async () => { onMounted(async () => {
await getImageList() await getImageList()
}) })
...@@ -71,6 +73,7 @@ onMounted(async () => { ...@@ -71,6 +73,7 @@ onMounted(async () => {
>div { >div {
margin-right: 20px; margin-right: 20px;
margin-bottom: 20px;
} }
} }
</style> </style>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment