From 9b47c9bed54972f0dff5796a0fdb9dcbe363a9a2 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 06 三月 2025 13:32:52 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev

---
 src/api/standard/standardLibrary.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/api/standard/standardLibrary.js b/src/api/standard/standardLibrary.js
index 7768746..cd702d3 100644
--- a/src/api/standard/standardLibrary.js
+++ b/src/api/standard/standardLibrary.js
@@ -82,11 +82,11 @@
 }
 
 // 鏍规嵁鏍囧噯鏍戣繘琛屾爣鍑嗘煡璇�
-export function selectsStandardMethodByFLSSM(data) {
+export function selectsStandardMethodByFLSSM(query) {
   return request({
     url: "/standardTree/selectsStandardMethodByFLSSM",
-    method: "post",
-    data: data,
+    method: "get",
+    params: query,
   });
 }
 

--
Gitblit v1.9.3