This commit is contained in:
X1627315083
2023-12-22 17:33:53 +08:00
parent 15d0b78a0f
commit 66a104c74f
4 changed files with 30 additions and 17 deletions

View File

@@ -661,6 +661,10 @@ export default defineComponent({
item.categoryShow = false;
}
this.setSketchLibrary(file)
let DesignDetailEnd = this.$refs.DesignDetailEnd
if(DesignDetailEnd.sketchImg.id == file.id){
this.selectImgItem(file)
}
},
hiddenFileCategory() {
for (let item of this.clothesList) {