Explorar el Código

拿不到数据的问题

CorrectRoadH hace 2 años
padre
commit
b604cbedb9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      yudao-ui-admin/src/views/infra/build/index.vue

+ 1 - 1
yudao-ui-admin/src/views/infra/build/index.vue

@@ -300,7 +300,7 @@ export default {
           url
         }).then(resp => {
           this.setLoading(component, false)
-          this.setRespData(component, resp.data)
+          this.setRespData(component, resp)
         })
       }
     },