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)