mirror of
https://gitee.com/yudaocode/yudao-boot-mini.git
synced 2026-03-22 05:27:15 +08:00
Merge branch 'master-jdk17' of https://github.com/YunaiV/ruoyi-vue-pro into master-jdk17
This commit is contained in:
@@ -353,7 +353,9 @@ const handleDelete = async (id: number) => {
|
|||||||
// 发起删除
|
// 发起删除
|
||||||
await ${simpleClassName}Api.delete${simpleClassName}(id)
|
await ${simpleClassName}Api.delete${simpleClassName}(id)
|
||||||
message.success(t('common.delSuccess'))
|
message.success(t('common.delSuccess'))
|
||||||
|
#if ( $table.templateType == 11 )
|
||||||
currentRow.value = {}
|
currentRow.value = {}
|
||||||
|
#end
|
||||||
// 刷新列表
|
// 刷新列表
|
||||||
await getList()
|
await getList()
|
||||||
} catch {}
|
} catch {}
|
||||||
|
|||||||
Reference in New Issue
Block a user