From b72eb89aa8360a323cb4e92ca252292cc38e6c03 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 17 二月 2025 10:06:54 +0800
Subject: [PATCH] 实验室资质

---
 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