@@ -372,7 +372,7 @@ import beUpload from '../../components/tool/beUpload'
}).then(res=>{
console.log(res);
console.log(res.data);
- if (!res.data[0]) {
+ if (res.data[0].length>0) {
let data=JSON.parse(res.data[0][0].endFile)
this.file=data;
}