fix
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
</div>
|
||||
<div
|
||||
class="delete_file_block"
|
||||
@click="deleteFile(index)"
|
||||
@click.stop="deleteFile(index)"
|
||||
>
|
||||
<span class="icon iconfont icon-shanchu"></span>
|
||||
</div>
|
||||
@@ -614,6 +614,7 @@ export default defineComponent({
|
||||
},
|
||||
deleteFile(item: any) {
|
||||
// this.sketchboardList
|
||||
this.collectionElementid = ''
|
||||
this.sketchboardList.splice(item, 1);
|
||||
// if (item.type_ == "generate" || item.type_ == "material") {
|
||||
// let maxImg = 8
|
||||
|
||||
Reference in New Issue
Block a user