Browse Source

拿不到数据的问题

CorrectRoadH 2 năm trước cách đây
mục cha
commit
b604cbedb9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
         })
       }
     },