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

@@ -718,7 +718,12 @@ export default defineComponent({
handleChange(){
this.scene = this.designTypeList[this.selectCode].filter((item:any)=>item.value == this.designType)[0]
this.selectGenerateList = []
if(this.uploadGenerate == 'Generate')return
if(this.uploadGenerate == 'Generate'){
if(this.selectCode == 'Printboard'){
this.captionGeneration = ''
}
return
}
this.currentPage = 1
this.getLibraryList('')
},