上饶市警务平台后台管理前端
guoshilong
2023-02-13 74785345678193a093f9d90d1cb688c22cb42cb7
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)