This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| downloadFile(){ | |
| getPDF({ | |
| filter:this.seachFilter | |
| }) | |
| .then(result => { | |
| console.log(result); | |
| //check if no err | |
| if(!result.Error) | |
| this.saveFile( result); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //window.location.href='http://www.world-airport-codes.com/alphabetical/city-name/b.html' | |
| var all=$('.table-link'); | |
| all=all.filter(function(i,e){ | |
| return $('td:nth-child(4)',e).text() | |
| }); | |
| all=all.map(function(i,e){ | |
| return { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| begin; | |
| drop object cascade; | |
| rollback; |