no message

Former-commit-id: 8ba996eb2dbe794b7e1162c48b02488521f7553f
Former-commit-id: 7e2450ef2cd0607d8609a26c150cc8537911c5b7
Former-commit-id: 437f88a1aba7be735f85017831b6a46c09ad7776
This commit is contained in:
李杨
2018-02-11 16:58:30 +08:00
parent 14395c17bb
commit ed27fae2b7
2 changed files with 17 additions and 7 deletions

View File

@@ -49,7 +49,10 @@ export default {
})
},
exportExcel () {
this.$export.excel()
this.$export.excel({
columns: this.table.columns,
data: this.table.data
})
}
}
}