拿不到数据的问题

pull/2/head
CorrectRoadH 2022-08-19 14:58:18 +08:00
parent 7c8914a34f
commit b604cbedb9
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ export default {
url
}).then(resp => {
this.setLoading(component, false)
this.setRespData(component, resp.data)
this.setRespData(component, resp)
})
}
},