zengh
2022-02-11 de5bee9f351594a1c110b153885f5641e4e6b4cd
src/views/activitys/policeTracking.vue
@@ -396,7 +396,8 @@
    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;