|
@@ -521,6 +521,7 @@
|
|
|
}else this.ActivityLookFile.push({url:"",type:""})
|
|
|
})
|
|
|
};
|
|
|
+ console.log(this.ActivityLookFile)
|
|
|
if(JSON.parse(FormData[5][0]['endProjectRemark'])!=null)this.endProjectRemark = JSON.parse(FormData[5][0]['endProjectRemark']);
|
|
|
}).catch(err=>{
|
|
|
console.log(err)
|
|
@@ -532,6 +533,7 @@
|
|
|
const type = urlSplit[urlSplit.length-1]
|
|
|
if(this.canonical.Image.test(url))return {type:type,name:"图片"}
|
|
|
if(this.canonical.File.test(url))return {type:type,name:"文档"}
|
|
|
+ else return {type:type,name:type}
|
|
|
},
|
|
|
ActivityChangeFileLook(index,item){
|
|
|
Object.assign(this.ActivityLookFile[index],item)
|