浏览代码

拿不到数据的问题

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)
         })
       }
     },