feat: 选择Library图片组件如果传入类型,只显示对应类型

This commit is contained in:
zhangyh
2025-09-24 13:42:27 +08:00
parent bdb3c50650
commit 96ae993ab0
3 changed files with 14 additions and 8 deletions

View File

@@ -228,7 +228,9 @@
ref="selectImages"
@select="handleImageSelect"
:api="Https.httpUrls.queryLibraryPage"
isLibrary/>
isLibrary
:libraryType="type_.type2"
/>
</div>
</template>
<script lang="ts">