Skip to content

Commit

Permalink
dbug
Browse files Browse the repository at this point in the history
  • Loading branch information
CTF-MissFeng committed May 31, 2020
1 parent 16ef38b commit 5667467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/templates/src/src_ports.html
Expand Up @@ -115,7 +115,7 @@
/**
* toolbar监听事件
*/
table.on('toolbar(currentTable_ports)', function (obj) {
table.on('toolbar(currentTableFilter)', function (obj) {
if (obj.event === 'export') { // 导出web资产
window.open("{{ url_for('api_src_port') }}" + "?id=export")
}
Expand Down

0 comments on commit 5667467

Please sign in to comment.