소스 검색

拿不到数据的问题

CorrectRoadH 2 년 전
부모
커밋
b604cbedb9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)
         })
       }
     },