From aa7a4ca114f8e2f04bc4aca2a6c335f22adf058e Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 17 二月 2025 13:23:39 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev-gly' into dev

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

diff --git a/src/api/standard/standardLibrary.js b/src/api/standard/standardLibrary.js
index 7768746..914f70b 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,
   });
 }
 
@@ -127,11 +127,11 @@
 }
 
 // 閫氳繃妫�楠屾爣鍑嗘煡璇㈡楠岄」鐩�
-export function selectStandardProductListByMethodId(data) {
+export function selectStandardProductListByMethodId(query) {
   return request({
     url: "/standardTree/selectStandardProductListByMethodId",
-    method: "post",
-    data: data,
+    method: "get",
+    params: query,
   });
 }
 

--
Gitblit v1.9.3