From 34044707d97b6396325c7fc4cac8d889fae96f85 Mon Sep 17 00:00:00 2001
From: wanglizhong <wlz>
Date: 星期六, 10 五月 2025 21:34:53 +0800
Subject: [PATCH] fix:修复map加载显示问题

---
 ruoyi-ui/src/api/system/order.js |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/ruoyi-ui/src/api/system/order.js b/ruoyi-ui/src/api/system/order.js
index c055a8e..9d3cfc1 100644
--- a/ruoyi-ui/src/api/system/order.js
+++ b/ruoyi-ui/src/api/system/order.js
@@ -61,10 +61,11 @@
   })
 }
 
-// 鏌ヨ璁㈠崟璇︽儏
-export function getOrderDetail(orderId) {
+// 鏌ヨ璁㈠崟璇︾粏
+export function getOrderDetail(orderId, params) {
   return request({
     url: '/system/order/' + orderId,
-    method: 'get'
+    method: 'get',
+    params: params
   })
-} 
\ No newline at end of file
+}

--
Gitblit v1.9.1