This commit is contained in:
Swift
2024-02-25 13:16:28 +03:30
parent 0867b7ab89
commit f5592f3d3b
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ export default {
this.$axios.get('/api/admin/complaint').then(res=>{
this.complaint = res.data
console.log(res.data)
}).catch(err=>{
console.log(err)