| | |
| | | return (document.location.search.match(new RegExp("(?:^\\?|&)" + key + "=(.*?)(?=&|$)")) || ['', null])[1]; |
| | | }, |
| | | location: function (ces) { |
| | | alert(ces) |
| | | console.log(ces) |
| | | }, |
| | | open: function () { |
| | | var that = this; |
| | |
| | | methods: { |
| | | rowclick(row, column, event){ |
| | | var iframe = window.document.getElementById("mapDiv"); |
| | | // console.log(row); |
| | | iframe.contentWindow.locations(row.id); |
| | | row.rwid = this.form.id; |
| | | iframe.contentWindow.locations(row); |
| | | }, |
| | | onSubmit() { |
| | | var that = this; |
| | |
| | | |
| | | getList() { |
| | | var that = this; |
| | | this.form |
| | | axios({ |
| | | method: "get", |
| | | url: "/api/taskqd/queryReceiver", |