Merge branch '2.0'
This commit is contained in:
commit
ec949dace3
File diff suppressed because it is too large
Load Diff
|
|
@ -30,7 +30,7 @@ export default {
|
||||||
methods: {
|
methods: {
|
||||||
beforeUpload (file) {
|
beforeUpload (file) {
|
||||||
getArrayFromFile(file).then(data => {
|
getArrayFromFile(file).then(data => {
|
||||||
let {columns, tableData} = getTableDataFromArray(data)
|
let { columns, tableData } = getTableDataFromArray(data)
|
||||||
this.columns = columns
|
this.columns = columns
|
||||||
this.tableData = tableData
|
this.tableData = tableData
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue