no message

Former-commit-id: 7f232507cb812a0e68c8520cd84c2b41aeca587b
Former-commit-id: e2c9272d061193b9036ef277507a0b1a49df0eaa
Former-commit-id: 70710ea9ed82a7d1c3164b507a13863e35edd2d3
This commit is contained in:
李杨
2018-03-23 10:34:52 +08:00
parent 5c4aee2b18
commit aca71e9251
5 changed files with 42 additions and 5 deletions

View File

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