fix eslint

This commit is contained in:
cookfront
2017-02-23 10:29:53 +08:00
parent c4b59b4a7b
commit 4a8d2b1dc9
3 changed files with 6 additions and 5 deletions

View File

@@ -98,7 +98,6 @@ export default {
*/
getColumnValue(index) {
let column = this.getColumn(index);
console.log(column)
return column && column.values[column.valueIndex];
},