This commit is contained in:
X1627315083
2024-06-24 10:10:33 +08:00
parent a5ac4a341f
commit bbfb1538f3
4 changed files with 9 additions and 4 deletions

View File

@@ -510,8 +510,7 @@ export default defineComponent({
data = data.filter((item:any) => item !== element.taskId);
if(this.type_.type2 == 'Sketchboard'){
this.sketchCatecoryList.forEach((itemCategory:any) => {
if(itemCategory.value == element.categoryValue){
console.log(element,itemCategory);
if(itemCategory.value == element.category){
element.categoryValue = itemCategory?.value
element.category = itemCategory?.name
}

View File

@@ -613,6 +613,7 @@ export default defineComponent({
this.scene = data
let generate:any = this.$refs.Generate
generate.sketchboardList = []
generate.searchPictureName = ''
this.openMenu = false
},
openPrintModel(){