fix
This commit is contained in:
@@ -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('')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user