修复bug
This commit is contained in:
@@ -90,7 +90,6 @@
|
||||
<a-slider id="system_silder"
|
||||
v-model:value="workspaceItem.systemDesignerPercentage"
|
||||
@afterChange="systemDesigner"
|
||||
:tooltip-visible="openType.slider"
|
||||
:tip-formatter="formatter"
|
||||
>
|
||||
</a-slider>
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user