update yudao-module-infra/src/main/resources/codegen/vue3/views/index.vue.vm.

Signed-off-by: 顾北清 <1653777235@qq.com>
This commit is contained in:
顾北清
2025-07-02 09:10:02 +00:00
committed by Gitee
parent fced270619
commit f891fb1478

View File

@ -353,6 +353,7 @@ const handleDelete = async (id: number) => {
// 发起删除
await ${simpleClassName}Api.delete${simpleClassName}(id)
message.success(t('common.delSuccess'))
currentRow.value = {}
// 刷新列表
await getList()
} catch {}