liuyg
2022-02-21 db01783d60e21f4c5eefb0250a8dd940a9d19a09
leafletMapOur/grabOrdersMap/js/vueMain.js
@@ -61,8 +61,11 @@
                     serid: that.data.serid
                  },
                  fn: function(val) {
                     if(val == "success"){
                     if (val == "success") {
                        console.log("成功开启任务")
                        this.data.butCT = "beginUp";
                        this.data.rtype = '0';
                        this.data.type = "0";
                     }
                  }
               })
@@ -651,6 +654,14 @@
         },
      });
      this.domMove.init();
      window.parent.setIntLat({
         rid: this.data.id,
         fn: (out) => {
            console.log(out);
            that.addIcon(out);
         }
      })
   },
   wacth: {}
})