Skip to content

Commit 0141468

Browse files
committed
拿不到数据的问题
1 parent 5b4916a commit 0141468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/infra/build/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export default {
300300
url
301301
}).then(resp => {
302302
this.setLoading(component, false)
303-
this.setRespData(component, resp.data)
303+
this.setRespData(component, resp)
304304
})
305305
}
306306
},

0 commit comments

Comments
 (0)