mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Fix the issue of uploading and deleting other files
This commit is contained in:
parent
5e7e91cced
commit
d4541e23f9
|
|
@ -80,7 +80,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div
|
||||
@click="deleteFile(index, 'document')"
|
||||
@click="deleteFile(index, 'other')"
|
||||
class="delete-icon color-secondary"
|
||||
v-if="showDelete === item.url"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue