no message

Former-commit-id: 3c55ba008e993d03cad81accd7b6949a2fc107f4
Former-commit-id: 6b020867895f8d9cc9a32c9e3ad9739807e990bc
Former-commit-id: 9a98dd7eb7d6a87466c23a91f1fef217d06f3c16
This commit is contained in:
李杨
2018-02-10 23:07:32 +08:00
parent bc21855a25
commit 7ffb4d6445
2 changed files with 4 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ export default {
// 下载数据
ExportCsv.download('table.csv', data)
// 完成
resolve()
resolve(data)
})
}
}

View File

@@ -18,6 +18,9 @@ this.$export.csv({
columns,
data
})
.then(data => {
// ...可选回调
})
```
参数