Parcourir la source

拿不到数据的问题

CorrectRoadH il y a 2 ans
Parent
commit
b604cbedb9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)
         })
       }
     },