NEZ-2329 fix:修复底部列表插件缺失 tableId参数

This commit is contained in:
zhangyu
2022-10-28 14:07:06 +08:00
parent 8c8e746156
commit 46ace12008
22 changed files with 36 additions and 8 deletions

View File

@@ -3,6 +3,7 @@
<nz-bottom-data-list
:showTitle='showTitle'
:obj='obj'
:tableId="tableId"
:layout="[]"
:tabs="tabs"
:targetTab="targetTab"
@@ -188,6 +189,7 @@ export default {
data () {
return {
fromRoute,
tableId: 'panelTabNew',
pdfId: 'pdfDom',
htmlTitle: 'panel',
panelTabLoading: false,