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 +-
 src/views/structural/capabilityAndLaboratory/laboratory/index.vue |    1 +
 2 files changed, 2 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
   })
 }
diff --git a/src/views/structural/capabilityAndLaboratory/laboratory/index.vue b/src/views/structural/capabilityAndLaboratory/laboratory/index.vue
index c91342e..f825b53 100644
--- a/src/views/structural/capabilityAndLaboratory/laboratory/index.vue
+++ b/src/views/structural/capabilityAndLaboratory/laboratory/index.vue
@@ -221,6 +221,7 @@
     },
     refreshTable() {
       if (this.radio === '0') {
+        this.tableLoading = true;
         getCertificationDetail({...this.page,...this.queryParams,}).then(res => {
           this.tableLoading = false
           if (res.code === 200) {

--
Gitblit v1.9.3