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

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

diff --git a/src/api/structural/laboratory.js b/src/api/structural/laboratory.js
index bf318db..f722e44 100644
--- a/src/api/structural/laboratory.js
+++ b/src/api/structural/laboratory.js
@@ -4,7 +4,7 @@
 export function getCertificationDetail(query) {
   return request({
     url: '/certification/getCertificationDetail',
-    method: 'post',
+    method: 'get',
     params: query
   })
 }

--
Gitblit v1.9.3