123
This commit is contained in:
@@ -21,7 +21,7 @@ export default {
|
||||
},
|
||||
created() {
|
||||
queryAgreement().then(response => {
|
||||
this.agreement = response.data
|
||||
this.agreement = response.data.data
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user