zengh
2022-02-11 af981e3faf07b9e0c8e1ac08f91adf08c0d046ef
src/views/activitys/policeTracking.vue
@@ -396,8 +396,8 @@
    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;
@@ -445,7 +445,6 @@
      getList() {
        var that = this;
        this.form
        axios({
          method: "get",
          url: "/api/taskqd/queryReceiver",