refine login

This commit is contained in:
Pan
2017-04-24 14:15:42 +08:00
parent e0695d422a
commit 47b24ca8b9
10 changed files with 104 additions and 36 deletions

View File

@@ -121,7 +121,6 @@
methods: {
fetchData() {
getList(this.listQuery).then(response => {
console.log(response.data)
this.list = response.data;
})
}