上饶市警务平台后台管理前端
guoshilong
2023-02-13 74785345678193a093f9d90d1cb688c22cb42cb7
安保管理修复活动区域没选择提交时报错
2 files modified
9 ■■■■■ changed files
src/components/map/mapBox.vue 3 ●●●●● patch | view | raw | blame | history
src/views/security/security.vue 6 ●●●●● 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)