Skip to content

Commit

Permalink
更新clientapp
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuLiang authored and LiuLiang committed Jan 10, 2019
1 parent 1427fb7 commit fc82830
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 31 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,7 @@ export default class Store {
if (this.selectedRowKeys.length > 0) {
await this.Request.download({
url: this.Request.address + this.Urls.exportIds.src,
body: {
ids: [...this.selectedRowKeys]
}
body: [...this.selectedRowKeys]
})
}
}
Expand Down

0 comments on commit fc82830

Please sign in to comment.