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

---
 src/views/structural/capabilityAndLaboratory/laboratory/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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