This commit is contained in:
X1627315083
2023-12-11 11:02:48 +08:00
parent 29d0114f55
commit d851f5e87c
16 changed files with 56 additions and 31 deletions

View File

@@ -359,7 +359,7 @@ export default defineComponent({
deleteFile(item: any) {
if(item.type_.type1 == 'generate' || item.type_.type1 == 'material'){
item.jsContent1 = this.t('uploadFile.jsContent1')
item.jsContent1 = this.t('uploadFile.jsContent1',{maxImg:8})
this.store.commit("addGenerateMaterialFils", item);
}else{
this.fileList = this.store.state.UploadFilesModule.moodboardFiles