| | |
| | | if(ISinit == null){ |
| | | init(openId,null); |
| | | } |
| | | function locations() { |
| | | function locations(res) { |
| | | require(["dojo/topic"], |
| | | function (topic) { |
| | | topic.publish("location", "2323"); |
| | | topic.publish("location", res); |
| | | } |
| | | ); |
| | | } |
| | |
| | | return (document.location.search.match(new RegExp("(?:^\\?|&)" + key + "=(.*?)(?=&|$)")) || ['', null])[1]; |
| | | }, |
| | | location: function (ces) { |
| | | debugger |
| | | alert("@3232") |
| | | alert(ces) |
| | | }, |
| | | open: function () { |
| | | var that = this; |
| | |
| | | methods: { |
| | | rowclick(row, column, event){ |
| | | var iframe = window.document.getElementById("mapDiv"); |
| | | iframe.contentWindow.locations(); |
| | | // console.log(row); |
| | | iframe.contentWindow.locations(row.id); |
| | | }, |
| | | onSubmit() { |
| | | var that = this; |