BUG 29169

This commit is contained in:
aixianling
2022-04-20 08:56:25 +08:00
parent e854868514
commit 4f52add246
2 changed files with 3 additions and 8 deletions

View File

@@ -14,7 +14,7 @@
</template>
</ai-list>
<component v-else :is="currentComp" :instance="instance" :dict="dict"
:processType="currentTab.value" :row="row" @back="back" ></component>
:processType="currentTab.value" :row="row" @back="back" />
</section>
</template>