富文本编辑上传图片

This commit is contained in:
2024-05-28 09:44:35 +08:00
parent 11ffa506e5
commit 754c82523d
4 changed files with 31 additions and 3 deletions

View File

@@ -9,8 +9,10 @@
style="height: 100%;"
>
<add-or-update
v-if="currentTab==i"
:dataInfo="v"
:type="type"
:currentTab="currentTab"
style="height: calc(100vh - 180px)"
:ref="`addOrUpdate${v.id}`"
@refreshDataList="getDataList"

View File

@@ -9,8 +9,10 @@
style="height: 100%;"
>
<add-or-update
v-if="currentTab==i"
:dataInfo="v"
:type="type"
:currentTab="currentTab"
style="height: calc(100vh - 180px)"
:ref="`addOrUpdate${v.id}`"
@refreshDataList="getDataList"