yuanyiming %!s(int64=2) %!d(string=hai) anos
pai
achega
86eb955829
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/projectManage/ProjectManagement.vue

+ 1 - 1
src/views/projectManage/ProjectManagement.vue

@@ -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;
             }