+
liuyg
2022-02-22 77465ee16d7bb76c660ef403509e2301af02efda
+
1 files modified
10 ■■■■ changed files
leafletMapOur/grabOrdersMap/js/vueMain.js 10 ●●●● patch | view | raw | blame | history
leafletMapOur/grabOrdersMap/js/vueMain.js
@@ -252,7 +252,7 @@
                this.data = JSON.parse(this.data)
            }
            // console.log(this.data)
            if (this.data.isOn) {
            if (this.data.isOn, || this.data.butCT == "beginUp") {
                //队长开启任务
                let rid = that.data.id;
                that.onPosition = new $getPositions({
@@ -856,5 +856,11 @@
        //     app.dataList = data.navigation // 赋值
        // }
    },
    wacth: {}
    wacth: {},
    beforeDestroy() {
        let that = this;
        if (that.onPosition) {
            that.onPosition.overContinued();
        }
    }
})