no message

Former-commit-id: 3c8b725b82460ee3a1b5c2ff54bdd8e6d78b63c0
Former-commit-id: 3ad6a05be509ffe7268381c01c32074662f0d0af
Former-commit-id: 6a8bc07bb5bd109d413d40743c0b0751fcd09caa
This commit is contained in:
李杨
2018-01-25 08:00:48 +08:00
parent 74cf24de46
commit ef8cb3c8e7
6 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ export default {
},
methods: {
ajax () {
this.$axios.get('/api/demo/001')
this.$http.get('/api/demo/001')
.then(res => {
this.table.columns = Object.keys(res.data.list[0]).map(e => ({
label: e,