Browse Source

showCopyJsonPop解决id可能重复问题

master
安虹睿 1 year ago
parent
commit
bd423412ac
  1. 2
      Code/Fe/src/components/showCopyJsonPop/index.vue

2
Code/Fe/src/components/showCopyJsonPop/index.vue

@ -123,10 +123,12 @@
:close-on-press-escape="true"
:title="detailTableRow.name+' 详情'"
>
<!-- row-key 默认不处理解决id可能重复问题此处没有选择框可以这么处理 -->
<umyTable
:isShowIndex="true"
:tableBorder="true"
:setUTableHeight="170"
:row-key="null"
:tableData="detailTableRow.value"
:tableColumns="detailTableColumns"
:selectionTable="false"

Loading…
Cancel
Save