MrShi
2025-03-19 5965c857d575f5b4ebc6e73345c992f4f5def4a3
admin/src/views/operation/site.vue
@@ -92,7 +92,6 @@
  },
  methods: {
    changeMap(e, row) {
      console.log(e);
      updateById({ ...row, electronicFence: JSON.stringify(e) }).then(res => {
        if (res) {
          Message.success('设置成功')