zengh
2022-02-11 af981e3faf07b9e0c8e1ac08f91adf08c0d046ef
路线追踪
2 files modified
7 ■■■■■ changed files
public/map/widgets/task/task.js 2 ●●● patch | view | raw | blame | history
src/views/activitys/policeTracking.vue 5 ●●●●● patch | view | raw | blame | history
public/map/widgets/task/task.js
@@ -189,7 +189,7 @@
      return (document.location.search.match(new RegExp("(?:^\\?|&)" + key + "=(.*?)(?=&|$)")) || ['', null])[1];
    },
    location: function (ces) {
      alert(ces)
      console.log(ces)
    },
    open: function () {
      var that = this;
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",