This commit is contained in:
X1627315083
2023-12-15 15:23:34 +08:00
parent 909ea7ac2f
commit fc4403c6ca
48 changed files with 211 additions and 107 deletions

View File

@@ -267,17 +267,6 @@ export default defineComponent({
imgData.jsContent1 = this.t('uploadFile.jsContent1',{maxImg:maxImg})
this.store.commit("addGenerateMaterialFils", imgData);
},
//改变页码
changePage(current: number, pageSize: number){
this.currentPage = current
this.pageSize = pageSize
this.getLibraryList('')
},
handleChange(){
this.getLibraryList('')
},
//选择所有的图片
getLibraryList(str:any){
let workspace = this.store.state.Workspace.workspace
@@ -338,15 +327,6 @@ export default defineComponent({
).catch((res)=>{
this.isShowLoading = false
});
},
closeModal(){
this.myMaterialModalShow = false
this.searchPictureName = ''
this.designType = null
this.imgList = []
this.currentPage = 1
this.pageSize = 10
this.total = 0
},
showFileCategory(file: any) {
file.categoryShow = true;