mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-05 09:01:25 +08:00
fix: 修复字典数据删除弹窗数据不一致问题
This commit is contained in:
@@ -174,7 +174,9 @@ onBeforeUnmount(() => {
|
||||
>
|
||||
{{ $t('pages.common.edit') }}
|
||||
</action-button>
|
||||
<!-- 这里数据会不一致 必须加key标识 -->
|
||||
<Popconfirm
|
||||
:key="row.dictCode"
|
||||
placement="left"
|
||||
title="确认删除?"
|
||||
@confirm="handleDelete(row)"
|
||||
|
||||
Reference in New Issue
Block a user