no message
Former-commit-id: 3c55ba008e993d03cad81accd7b6949a2fc107f4 Former-commit-id: 6b020867895f8d9cc9a32c9e3ad9739807e990bc Former-commit-id: 9a98dd7eb7d6a87466c23a91f1fef217d06f3c16
This commit is contained in:
@@ -21,7 +21,7 @@ export default {
|
||||
// 下载数据
|
||||
ExportCsv.download('table.csv', data)
|
||||
// 完成
|
||||
resolve()
|
||||
resolve(data)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,6 +18,9 @@ this.$export.csv({
|
||||
columns,
|
||||
data
|
||||
})
|
||||
.then(data => {
|
||||
// ...可选回调
|
||||
})
|
||||
```
|
||||
|
||||
参数
|
||||
|
||||
Reference in New Issue
Block a user