| src/components/map/mapBox.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/security/security.vue | ●●●●● patch | view | raw | blame | history |
src/components/map/mapBox.vue
@@ -388,6 +388,9 @@ _this.lineVector.getSource().clear() _this.showTip = false _this.tipTitle = null // 传值给父组件 _this.$emit('toData', "") }, // 获取新的 layer 图层对象 getLayer () { src/views/security/security.vue
@@ -310,6 +310,12 @@ }) }, rowUpdate (row, index, done, loading) { if (!row.activityArea){ this.$message.warning("请绘制活动区域") loading() return } row.position = row.longitude + " " + row.latitude update(row).then(() => { this.onLoad(this.page)