Skip to content

Commit d74677a

Browse files
committed
【增加】Image Task 公开刷新列表方法
1 parent df5c3be commit d74677a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/views/ai/image/ImageTask.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ const handlerImageBtnClick = async (type, imageDetail: ImageDetailVO) => {
5757
}
5858
}
5959
60+
//
61+
defineExpose({getImageList})
6062
//
6163
onMounted(async () => {
6264
await getImageList()
@@ -71,6 +73,7 @@ onMounted(async () => {
7173
7274
>div {
7375
margin-right: 20px;
76+
margin-bottom: 20px;
7477
}
7578
}
7679
</style>

0 commit comments

Comments
 (0)