feat:【ele】【ai】manager 相关的迁移
This commit is contained in:
@@ -17,7 +17,7 @@ function handleRefresh() {
|
||||
gridApi.query();
|
||||
}
|
||||
|
||||
/** 删除 */
|
||||
/** 删除图片 */
|
||||
async function handleDelete(row: AiImageApi.Image) {
|
||||
const hideLoading = message.loading({
|
||||
content: $t('ui.actionMessage.deleting', [row.id]),
|
||||
@@ -31,6 +31,7 @@ async function handleDelete(row: AiImageApi.Image) {
|
||||
hideLoading();
|
||||
}
|
||||
}
|
||||
|
||||
/** 修改是否发布 */
|
||||
async function handleUpdatePublicStatusChange(
|
||||
newStatus: boolean,
|
||||
@@ -56,6 +57,7 @@ async function handleUpdatePublicStatusChange(
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
const [Grid, gridApi] = useVbenVxeGrid({
|
||||
formOptions: {
|
||||
schema: useGridFormSchema(),
|
||||
|
||||
Reference in New Issue
Block a user