diff --git a/core/core-frontend/src/views/workbranch/ShortcutTable.vue b/core/core-frontend/src/views/workbranch/ShortcutTable.vue index f93c122177..35ebfa5ed4 100644 --- a/core/core-frontend/src/views/workbranch/ShortcutTable.vue +++ b/core/core-frontend/src/views/workbranch/ShortcutTable.vue @@ -140,6 +140,10 @@ const tablePaneList = ref([ { title: t('visualization.share_out'), name: 'share', disabled: false } ]) +const loadedDataFilling = data => { + tablePaneList.value.push(data) +} + const busiAuthList = getBusiListWithPermission() onMounted(() => { !!busiAuthList.length && @@ -264,8 +268,6 @@ const getEmptyDesc = (): string => { - - @@ -422,6 +424,10 @@ const getEmptyDesc = (): string => { +