From 920bb5635c88c2f2f9a21134c81ebbc344539987 Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期二, 16 十二月 2025 11:07:06 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/map/http.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/zy-acs-flow/src/map/http.js b/zy-acs-flow/src/map/http.js
index 934f21e..4754b48 100644
--- a/zy-acs-flow/src/map/http.js
+++ b/zy-acs-flow/src/map/http.js
@@ -447,9 +447,9 @@
return null;
};
-export const removeArea = async (areaId) => {
+export const removeArea = async (id) => {
try {
- const res = await request.post('/map/area/remove', { areaId });
+ const res = await request.post('/map/area/remove', { id });
const { code, msg } = res.data;
if (code === 200) {
notify.success(msg);
--
Gitblit v1.9.1