Compare commits

..

No commits in common. '3dbef3a6d9e86dd6fba9cde20ac35bc87d732852' and '018332807c7ea64d2d574f441c003ee472410582' have entirely different histories.

@ -1151,13 +1151,6 @@ export default {
this.tableupload.sort((a,b)=>{
return( a.sort - b.sort)
})
}else if (file.name.includes('.xls')|| file.name.includes('.xlsx') || file.name.includes('.cvs') ){
this.tltList2.push(file)
let a={czbh:'',ph:'',type:"",stype:"其他文件",name:file.name,sort:9}
this.tableupload.push(a);
this.tableupload.sort((a,b)=>{
return( a.sort - b.sort)
})
}
this.tableupload.sort((a,b)=>{
//return( a[age] - b[age])

Loading…
Cancel
Save