From 39ae7e015cf594bd32b05c5e6e039d20b8e28bea Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期五, 08 三月 2024 16:04:16 +0800
Subject: [PATCH] 修改地图的设备行列限制

---
 src/api/MdcApi.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/MdcApi.js b/src/api/MdcApi.js
index 20198b8..69a07b6 100644
--- a/src/api/MdcApi.js
+++ b/src/api/MdcApi.js
@@ -116,7 +116,7 @@
   WEB_SOCKET_URL: ''
 }
 export function getPlanList (params) {
-  return ajax.post(HttpConstants.GET_PLANTLIST, params)
+  return ajax.get(HttpConstants.GET_PLANTLIST, params)
 }
 // 褰撳墠鐢ㄦ埛
 export function initApplicationCfg() {

--
Gitblit v1.9.3