修复bug

This commit is contained in:
X1627315083
2024-05-17 18:20:37 +08:00
parent f7f2fa0911
commit da14fe949a
2 changed files with 4 additions and 2 deletions

View File

@@ -516,8 +516,11 @@ export default defineComponent({
this.isMannequinShow = false
let num = 0
this.allBoardData?.sketchboardFiles?.forEach((sketchItem:any) => {
this.workspacePosition.forEach((positionItem:any) => {
if(positionItem.name == sketchItem.category){
console.log(sketchItem,positionItem);
if(positionItem.value == sketchItem.category){
num ++
// console.log(num,this.allBoardData?.sketchboardFiles.length);
}